From: nekral-guest Date: Fri, 8 Jul 2011 19:51:32 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: 4.1.5~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc6eaf9584e811b1937dc5470622dd5287eb907d;p=shadow Fix typo in comment. --- diff --git a/src/groupadd.c b/src/groupadd.c index 18d0d584..7ec21e94 100644 --- a/src/groupadd.c +++ b/src/groupadd.c @@ -344,7 +344,7 @@ static void open_files (void) */ add_cleanup (cleanup_report_add_group, group_name); - /* An now open the databases */ + /* And now open the databases */ if (gr_open (O_RDWR) == 0) { fprintf (stderr, _("%s: cannot open %s\n"), Prog, gr_dbname ()); SYSLOG ((LOG_WARN, "cannot open %s", gr_dbname ()));