Fix typos

It is a user, not an user.

Signed-off-by: Samanta Navarro <ferivoz@riseup.net>
This commit is contained in:
Samanta Navarro
2023-02-16 11:52:23 +00:00
committed by Serge Hallyn
parent 5956cea1d1
commit d5d1932370
7 changed files with 14 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ static int user_busy_utmp (const char *name);
#endif /* !__linux__ */
/*
* user_busy - check if an user if currently running processes
* user_busy - check if a user is currently running processes
*/
int user_busy (const char *name, uid_t uid)
{