summaryrefslogtreecommitdiffstats
path: root/login-utils/su-common.c
diff options
context:
space:
mode:
authorBenno Schulenberg2013-05-29 19:47:48 +0200
committerKarel Zak2013-06-07 11:31:37 +0200
commitbb3e58088aa7f924c0d1fbb6adadba580c3202e4 (patch)
treea30f6ec4a3d38787ceb541505b7f6a7052b63959 /login-utils/su-common.c
parenttextual: standardize synopsis for login, and improve an error message (diff)
downloadkernel-qcow2-util-linux-bb3e58088aa7f924c0d1fbb6adadba580c3202e4.tar.gz
kernel-qcow2-util-linux-bb3e58088aa7f924c0d1fbb6adadba580c3202e4.tar.xz
kernel-qcow2-util-linux-bb3e58088aa7f924c0d1fbb6adadba580c3202e4.zip
textual: standardize the spelling of "superuser"
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'login-utils/su-common.c')
-rw-r--r--login-utils/su-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/su-common.c b/login-utils/su-common.c
index a41d01593..ee34053ba 100644
--- a/login-utils/su-common.c
+++ b/login-utils/su-common.c
@@ -499,7 +499,7 @@ modify_environment (const struct passwd *pw, const char *shell)
}
else
{
- /* Set HOME, SHELL, and if not becoming a super-user,
+ /* Set HOME, SHELL, and (if not becoming a superuser)
USER and LOGNAME. */
if (change_environment)
{