chiark / gitweb /
fix grammatical error
authorDave Reisner <dreisner@archlinux.org>
Thu, 19 Sep 2013 18:55:35 +0000 (14:55 -0400)
committerDave Reisner <dreisner@archlinux.org>
Thu, 19 Sep 2013 18:55:35 +0000 (14:55 -0400)
src/nspawn/nspawn.c

index a0809da7439cd730833137a2e0fee66a33cf3ecd..eb9605c356afaba27d2cb2c6bb2627dd90d5be11 100644 (file)
@@ -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)) {
 
                 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;
                         }
                                                 *x, where);
                                 return -EINVAL;
                         }