summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
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
commitfb76d58d164829304293f867732d4544b8fa0125 (patch)
tree36d35870f4f030757268aa85f928f4952aa63176 /source3/lib/util.c
parent3723171ea652650f7b89aa76efdf12b15bba9774 (diff)
downloadsamba-fb76d58d164829304293f867732d4544b8fa0125.tar.gz
samba-fb76d58d164829304293f867732d4544b8fa0125.tar.bz2
samba-fb76d58d164829304293f867732d4544b8fa0125.zip
Spelling fix.
(This used to be commit 6380f9ff7a57975b9827fb7252439ee28a25970d)
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r--source3/lib/util.c2
1 files changed, 1 insertions, 1 deletions
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)