diff options
author | Stefan Weil <sw@weilnetz.de> | 2015-01-03 10:16:10 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-01-03 13:07:30 +0100 |
commit | 8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58 (patch) | |
tree | 4b72eccf92522c27116ea9825bae689972045a87 /libshouldbeinlibc/ugids.c | |
parent | 2a340dd3310d0f67a48d6057214e54416d173265 (diff) |
lib*: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'libshouldbeinlibc/ugids.c')
-rw-r--r-- | libshouldbeinlibc/ugids.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libshouldbeinlibc/ugids.c b/libshouldbeinlibc/ugids.c index 07a11fe2..cb2631be 100644 --- a/libshouldbeinlibc/ugids.c +++ b/libshouldbeinlibc/ugids.c @@ -58,7 +58,7 @@ ugids_add_gid (struct ugids *ugids, gid_t gid, int avail) } /* Add UID to UGIDS, plus any gids to which that user belongs. If AVAIL is - true, the are added to the avail gids instead of the effective ones. */ + true, they are added to the avail gids instead of the effective ones. */ error_t ugids_add_user (struct ugids *ugids, uid_t uid, int avail) { |