Spelling fix.
authorTim Potter <tpot@samba.org>
Mon, 21 Jan 2002 06:12:22 +0000 (06:12 +0000)
committerTim Potter <tpot@samba.org>
Mon, 21 Jan 2002 06:12:22 +0000 (06:12 +0000)
(This used to be commit 6380f9ff7a57975b9827fb7252439ee28a25970d)

source3/lib/util.c

index 15bb41eb0690a087fe96d2f3152cd7edf62d81ee..f598f0aaa46e956197a73b79d4e037a14d8cbc89 100644 (file)
@@ -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)