[systemd-commits] src/core

Michael Biebl mbiebl at kemper.freedesktop.org
Mon Jan 5 05:13:58 PST 2015


 src/core/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8b173b5e8ccbf946ee88af456792d8e720292d9b
Author: Michael Biebl <biebl at debian.org>
Date:   Mon Jan 5 14:12:47 2015 +0100

    core: fix typo in log message

diff --git a/src/core/main.c b/src/core/main.c
index 688ca0e..e2e1399 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -1104,7 +1104,7 @@ static void test_usr(void) {
         if (dir_is_empty("/usr") <= 0)
                 return;
 
-        log_warning("/usr appears to be on its own filesytem and is not already mounted. This is not a supported setup. "
+        log_warning("/usr appears to be on its own filesystem and is not already mounted. This is not a supported setup. "
                     "Some things will probably break (sometimes even silently) in mysterious ways. "
                     "Consult http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken for more information.");
 }



More information about the systemd-commits mailing list