+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
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;
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
{
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));