From bf2af9acb28ed6d8bbe351d669daaa140d0239f0 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 25 May 2009 04:15:37 +0200 Subject: flash_lock, flash_unlock: new applets By Thierry Reding (thierry.reding AT avionic-design.de) Signed-off-by: Thierry Reding Signed-off-by: Denys Vlasenko --- loginutils/addgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loginutils/addgroup.c') diff --git a/loginutils/addgroup.c b/loginutils/addgroup.c index dc60788e0..e49278efe 100644 --- a/loginutils/addgroup.c +++ b/loginutils/addgroup.c @@ -30,7 +30,7 @@ static void xgroup_study(struct group *g) } /* if a specific gid is requested, the --system switch and */ - /* min and max values are overriden, and the range of valid */ + /* min and max values are overridden, and the range of valid */ /* gid values is set to [0, INT_MAX] */ if (!(option_mask32 & OPT_GID)) { if (option_mask32 & OPT_SYSTEM_ACCOUNT) { -- cgit v1.2.3