summaryrefslogtreecommitdiffstats
path: root/login-utils
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
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')
-rw-r--r--login-utils/login.12
-rw-r--r--login-utils/sulogin-consoles.c2
-rw-r--r--login-utils/sulogin.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/login-utils/login.1 b/login-utils/login.1
index 551d3b2d7..d74e96220 100644
--- a/login-utils/login.1
+++ b/login-utils/login.1
@@ -233,7 +233,7 @@ item is empty, then all the checks are disabled.
.B DEFAULT_HOME
(boolean)
.RS 4
-Indicate if login is allowed if we can not change directory to the
+Indicate if login is allowed if we cannot change directory to the
home directory. If set to
.IR yes ,
the user will login in the root (/) directory if it is not possible
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;
}
diff --git a/login-utils/sulogin.c b/login-utils/sulogin.c
index 1c4313af4..a44216bda 100644
--- a/login-utils/sulogin.c
+++ b/login-utils/sulogin.c
@@ -1012,7 +1012,7 @@ int main(int argc, char **argv)
mask_signal(SIGINT, SIG_IGN, &saved_sigint);
if (failed) {
- fprintf(stderr, _("Can not execute su shell\n\n"));
+ fprintf(stderr, _("cannot execute su shell\n\n"));
break;
}
fprintf(stderr, _("Login incorrect\n\n"));
@@ -1051,7 +1051,7 @@ int main(int argc, char **argv)
continue;
}
- errx(EXIT_FAILURE, _("Can not wait on su shell\n\n"));
+ errx(EXIT_FAILURE, _("cannot wait on su shell\n\n"));
} while (1);