summaryrefslogtreecommitdiffstats
path: root/login-utils/login.c
diff options
context:
space:
mode:
Diffstat (limited to 'login-utils/login.c')
-rw-r--r--login-utils/login.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/login.c b/login-utils/login.c
index 6c3b6f709..bb977e5d9 100644
--- a/login-utils/login.c
+++ b/login-utils/login.c
@@ -1102,7 +1102,7 @@ static void fork_session(struct login_context *cxt)
exit(EXIT_FAILURE);
/*
- * Problem: if the user's shell is a shell like ash that doesnt do
+ * Problem: if the user's shell is a shell like ash that doesn't do
* setsid() or setpgrp(), then a ctrl-\, sending SIGQUIT to every
* process in the pgrp, will kill us.
*/