chiark / gitweb /
s/commandline/command line/g
[elogind.git] / src / fstab-generator / fstab-generator.c
index e257c121e5e8c96557df53f3dc9c0cd05c762566..94cbc3a5fe8f64d7c9e4d7fd63420e0782ccc8d6 100644 (file)
@@ -425,7 +425,7 @@ static int add_root_mount(void) {
         const char *opts;
 
         if (isempty(arg_root_what)) {
-                log_debug("Could not find a root= entry on the kernel commandline.");
+                log_debug("Could not find a root= entry on the kernel command line.");
                 return 0;
         }