From: nekral-guest Date: Tue, 19 Feb 2008 21:18:04 +0000 (+0000) Subject: Add missing space in comment. X-Git-Tag: 4.1.1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23ac189d48a8f639d7bbed0a23c335e206261654;p=thirdparty%2Fshadow.git Add missing space in comment. --- diff --git a/src/groupadd.c b/src/groupadd.c index a5a7600e8..187a018cb 100644 --- a/src/groupadd.c +++ b/src/groupadd.c @@ -462,7 +462,7 @@ static void check_flags (void) /* A GID was specified, and a group already exist with that GID * - either we will use this GID anyway (-o) * - either we ignore the specified GID and - * we will use another one(-f) + * we will use another one (-f) * - either it is a failure */ if (oflg) {