[systemd-commits] src/nspawn
Dave Reisner
dreisner at kemper.freedesktop.org
Thu Sep 19 11:55:40 PDT 2013
src/nspawn/nspawn.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cecf24e7f0f3385e7ced3e97d78cc9cc4012a650
Author: Dave Reisner <dreisner at archlinux.org>
Date: Thu Sep 19 14:55:35 2013 -0400
fix grammatical error
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index a0809da..eb9605c 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;
}
More information about the systemd-commits
mailing list