]> granicus.if.org Git - shadow/commitdiff
* src/useradd.c, lib/commonio.c, po/POTFILES.in: Fix typos.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 19 Mar 2010 11:01:32 +0000 (11:01 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 19 Mar 2010 11:01:32 +0000 (11:01 +0000)
ChangeLog
lib/commonio.c
po/POTFILES.in
src/useradd.c

index fda02a6f5703406352f730040a3a5fd6a063d3bd..6d2f74042a4cdfa49675d73b68c2b6befa0a6e06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-19  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/useradd.c, lib/commonio.c, po/POTFILES.in: Fix typos.
+
 2010-03-19  Nicolas François  <nicolas.francois@centraliens.net>
 
        * lib/commonio.c: Stop sorting entries when we reach the first
index f43829699b3d321a3c668c1a3f036bb519bea0ce..7a35e9ca135bb2a8b33f8b07dbeddcf17c45c89b 100644 (file)
@@ -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;
index 73e35648572e7fb0603d706ab9c9f6498ee5ff05..5045502b8cf55102f6dfbd70e55df4acd3ce8c0b 100644 (file)
@@ -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
index 31377c5c087bc89c924da4a994853d35b005a21f..b7f5671171c7fb669b72e8f92e79b952ae750926 100644 (file)
@@ -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));