From: Dave Reisner Date: Thu, 19 Sep 2013 18:55:35 +0000 (-0400) Subject: fix grammatical error X-Git-Tag: v208~73 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=cecf24e7f0f3385e7ced3e97d78cc9cc4012a650;p=elogind.git fix grammatical error --- diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index a0809da74..eb9605c35 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -424,7 +424,7 @@ static int mount_binds(const char *dest, char **l, unsigned long flags) { if (stat(where, &dest_st) == 0) { if ((source_st.st_mode & S_IFMT) != (dest_st.st_mode & S_IFMT)) { - log_error("The file types of %s and %s do not matching. Refusing bind mount", + log_error("The file types of %s and %s do not match. Refusing bind mount", *x, where); return -EINVAL; }