Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libutil fix freudian slip



details:   https://anonhg.NetBSD.org/src/rev/a5a924ae4391
branches:  trunk
changeset: 764450:a5a924ae4391
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 24 01:56:44 2011 +0000

description:
fix freudian slip

diffstat:

 lib/libutil/passwd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2385d98200d7 -r a5a924ae4391 lib/libutil/passwd.c
--- a/lib/libutil/passwd.c      Sat Apr 23 22:22:46 2011 +0000
+++ b/lib/libutil/passwd.c      Sun Apr 24 01:56:44 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: passwd.c,v 1.50 2010/08/18 08:32:02 christos Exp $     */
+/*     $NetBSD: passwd.c,v 1.51 2011/04/24 01:56:44 christos Exp $     */
 
 /*
  * Copyright (c) 1987, 1993, 1994, 1995
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: passwd.c,v 1.50 2010/08/18 08:32:02 christos Exp $");
+__RCSID("$NetBSD: passwd.c,v 1.51 2011/04/24 01:56:44 christos Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
@@ -172,7 +172,7 @@
        }
        if (WIFEXITED(pstat)) {
                if (WEXITSTATUS(pstat) != 0) {
-                       warnx("pwd_mkdb exited with static %d",
+                       warnx("pwd_mkdb exited with status %d",
                            WEXITSTATUS(pstat));
                        return -1;
                }



Home | Main Index | Thread Index | Old Index