summaryrefslogtreecommitdiff
path: root/utils/login.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-01-16 13:05:45 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-01-16 13:05:45 +0100
commit4cdc3e179a5397ca8a5bfe980fede23477ff98e7 (patch)
tree2226be83558876ec9a54c33f1bd8a33dc5cb5730 /utils/login.c
parent4c99789f58761063ee15175cd3110fd94a7f5686 (diff)
Fix comment typo
* utils/login.c (main): Fix comment typo.
Diffstat (limited to 'utils/login.c')
-rw-r--r--utils/login.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/login.c b/utils/login.c
index 58c82148..643869f4 100644
--- a/utils/login.c
+++ b/utils/login.c
@@ -835,7 +835,7 @@ main(int argc, char *argv[])
if (err)
error (21, err, "Error building shell args");
- /* Maybe output the message of the day. Note that we we the child's
+ /* Maybe output the message of the day. Note that we use the child's
authentication to do it, so that this program can't be used to read
arbitrary files! */
arg = envz_get (args, args_len, "MOTD");