From 23ac189d48a8f639d7bbed0a23c335e206261654 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Tue, 19 Feb 2008 21:18:04 +0000 Subject: [PATCH] Add missing space in comment. --- src/groupadd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/groupadd.c b/src/groupadd.c index a5a7600e..187a018c 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) {