From 68b6e6d2be24f2a8e1ea8d2daf46b35736dccb05 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Fri, 19 Mar 2010 11:01:32 +0000 Subject: [PATCH] * src/useradd.c, lib/commonio.c, po/POTFILES.in: Fix typos. --- ChangeLog | 4 ++++ lib/commonio.c | 2 +- po/POTFILES.in | 2 +- src/useradd.c | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index fda02a6f..6d2f7404 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-03-19 Nicolas François + + * src/useradd.c, lib/commonio.c, po/POTFILES.in: Fix typos. + 2010-03-19 Nicolas François * lib/commonio.c: Stop sorting entries when we reach the first diff --git a/lib/commonio.c b/lib/commonio.c index f4382969..7a35e9ca 100644 --- a/lib/commonio.c +++ b/lib/commonio.c @@ -707,7 +707,7 @@ commonio_sort (struct commonio_db *db, int (*cmp) (const void *, const void *)) struct commonio_entry **entries, *ptr; size_t n = 0, i; #if KEEP_NIS_AT_END - struct commonio_entry *nis = NULL + struct commonio_entry *nis = NULL; #endif for (ptr = db->head; diff --git a/po/POTFILES.in b/po/POTFILES.in index 73e35648..5045502b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -23,8 +23,8 @@ lib/sgroupio.c lib/shadow.c lib/shadowio.c lib/shadowmem.c -lib/utent.c lib/tcbfuncs.c +lib/utent.c libmisc/addgrps.c libmisc/age.c libmisc/audit_help.c diff --git a/src/useradd.c b/src/useradd.c index 31377c5c..b7f56711 100644 --- a/src/useradd.c +++ b/src/useradd.c @@ -209,7 +209,7 @@ static void fail_exit (int code) { if (home_added) { if (rmdir (user_home) != 0) { - frpintf (stderr, + fprintf (stderr, _("%s: %s was created, but could not be removed\n"), Prog, user_home); SYSLOG ((LOG_ERR, "failed to remove %s", user_home));