summaryrefslogtreecommitdiffstats
path: root/login-utils/sulogin-consoles.c
diff options
context:
space:
mode:
authorRuediger Meier2016-11-01 19:40:33 +0100
committerRuediger Meier2016-11-30 14:56:50 +0100
commit223939d95b086ee56b780e34d7abf1fe59afbeb2 (patch)
treec06939326c2a94e913322615c06ee5b13778e53c /login-utils/sulogin-consoles.c
parenttests: update sfdisk output (diff)
downloadkernel-qcow2-util-linux-223939d95b086ee56b780e34d7abf1fe59afbeb2.tar.gz
kernel-qcow2-util-linux-223939d95b086ee56b780e34d7abf1fe59afbeb2.tar.xz
kernel-qcow2-util-linux-223939d95b086ee56b780e34d7abf1fe59afbeb2.zip
misc: spelling, always use "cannot" instead of "can not"
Just to be consistent ... Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'login-utils/sulogin-consoles.c')
-rw-r--r--login-utils/sulogin-consoles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/sulogin-consoles.c b/login-utils/sulogin-consoles.c
index 595b5165d..532e7e7c7 100644
--- a/login-utils/sulogin-consoles.c
+++ b/login-utils/sulogin-consoles.c
@@ -113,7 +113,7 @@ void emergency_do_mounts(void)
}
if (stat("/", &rt) != 0) {
- warn("can not get file status of root file system\n");
+ warn("cannot get file status of root file system\n");
return;
}