From 8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 3 Jan 2015 10:16:10 +0100 Subject: lib*: Fix typos in comments (found by codespell) Signed-off-by: Stefan Weil --- libshouldbeinlibc/ugids.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libshouldbeinlibc/ugids.c') 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) { -- cgit v1.2.3