1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

Spelling fix.

(This used to be commit 6380f9ff7a)
This commit is contained in:
Tim Potter
2002-01-21 06:12:22 +00:00
parent 3723171ea6
commit fb76d58d16

View 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)