diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2008-04-27 10:01:54 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2008-04-27 10:01:54 +0000 |
commit | 211cadec3cf8a93535c231d379c43edb026a8a38 (patch) | |
tree | 8ecedf224e3f01304e46620863c0a1f5205bdf4e /usr.bin | |
parent | 43ee39db0d9bbbee02a25f093826259b6bcc81c6 (diff) |
Correct English.
ok jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/passwd/local_passwd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/passwd/local_passwd.c b/usr.bin/passwd/local_passwd.c index 7125e10d906..f3b8de1bab3 100644 --- a/usr.bin/passwd/local_passwd.c +++ b/usr.bin/passwd/local_passwd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: local_passwd.c,v 1.37 2005/05/01 18:47:06 deraadt Exp $ */ +/* $OpenBSD: local_passwd.c,v 1.38 2008/04/27 10:01:53 jsing Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -31,7 +31,7 @@ #ifndef lint /*static const char sccsid[] = "from: @(#)local_passwd.c 5.5 (Berkeley) 5/6/91";*/ -static const char rcsid[] = "$OpenBSD: local_passwd.c,v 1.37 2005/05/01 18:47:06 deraadt Exp $"; +static const char rcsid[] = "$OpenBSD: local_passwd.c,v 1.38 2008/04/27 10:01:53 jsing Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -124,7 +124,7 @@ local_passwd(char *uname, int authenticated) pw_init(); for (i = 1; (tfd = pw_lock(0)) == -1; i++) { if (i == 4) - (void)fputs("Attempting lock password file, " + (void)fputs("Attempting to lock password file, " "please wait or press ^C to abort", stderr); (void)signal(SIGINT, kbintr); if (i % 16 == 0) |