summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-01-21 06:12:22 +0000
committerTim Potter <tpot@samba.org>2002-01-21 06:12:22 +0000
commit6380f9ff7a57975b9827fb7252439ee28a25970d (patch)
tree869dbbe7d89818cb422506093c3b329be21e37a2
parent59905d44e51d83f2d4a7b6844e0ae764e0b35c0c (diff)
downloadsamba-6380f9ff7a57975b9827fb7252439ee28a25970d.tar.gz
samba-6380f9ff7a57975b9827fb7252439ee28a25970d.tar.xz
samba-6380f9ff7a57975b9827fb7252439ee28a25970d.zip
Spelling fix.
-rw-r--r--source/lib/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/util.c b/source/lib/util.c
index 15bb41eb069..f598f0aaa46 100644
--- a/source/lib/util.c
+++ b/source/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)