From fb76d58d164829304293f867732d4544b8fa0125 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 21 Jan 2002 06:12:22 +0000 Subject: Spelling fix. (This used to be commit 6380f9ff7a57975b9827fb7252439ee28a25970d) --- source3/lib/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/util.c') diff --git a/source3/lib/util.c b/source3/lib/util.c index 15bb41eb06..f598f0aaa4 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -122,7 +122,7 @@ BOOL in_group(gid_t group, gid_t current_gid, int ngroups, gid_t *groups) } /**************************************************************************** - Like atoi but gets the value up to the separater character. + Like atoi but gets the value up to the separator character. ****************************************************************************/ char *Atoic(char *p, int *n, char *c) -- cgit