1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Spelling fix.

This commit is contained in:
Tim Potter 0001-01-01 00:00:00 +00:00
parent 59905d44e5
commit 6380f9ff7a

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)