summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-01-03 10:16:10 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-01-03 13:07:30 +0100
commit8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58 (patch)
tree4b72eccf92522c27116ea9825bae689972045a87 /libshouldbeinlibc
parent2a340dd3310d0f67a48d6057214e54416d173265 (diff)
lib*: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r--libshouldbeinlibc/ugids.c2
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)
{