diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-01-16 13:05:45 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-01-16 13:05:45 +0100 |
commit | 4cdc3e179a5397ca8a5bfe980fede23477ff98e7 (patch) | |
tree | 2226be83558876ec9a54c33f1bd8a33dc5cb5730 /utils | |
parent | 4c99789f58761063ee15175cd3110fd94a7f5686 (diff) |
Fix comment typo
* utils/login.c (main): Fix comment typo.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/login.c | 2 |
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"); |