diff options
author | Tim Potter <tpot@samba.org> | 2002-01-21 06:12:22 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-01-21 06:12:22 +0000 |
commit | fb76d58d164829304293f867732d4544b8fa0125 (patch) | |
tree | 36d35870f4f030757268aa85f928f4952aa63176 | |
parent | 3723171ea652650f7b89aa76efdf12b15bba9774 (diff) | |
download | samba-fb76d58d164829304293f867732d4544b8fa0125.tar.gz samba-fb76d58d164829304293f867732d4544b8fa0125.tar.bz2 samba-fb76d58d164829304293f867732d4544b8fa0125.zip |
Spelling fix.
(This used to be commit 6380f9ff7a57975b9827fb7252439ee28a25970d)
-rw-r--r-- | source3/lib/util.c | 2 |
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) |