From 4cdc3e179a5397ca8a5bfe980fede23477ff98e7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 16 Jan 2011 13:05:45 +0100 Subject: Fix comment typo * utils/login.c (main): Fix comment typo. --- utils/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/login.c') 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"); -- cgit v1.2.3