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

@@ -16,9 +16,9 @@
#include "shadowlog.h"
/*
* cleanup_report_add_user - Report failure to add an user to the system
* cleanup_report_add_user - Report failure to add a user to the system
*
* It should be registered when it is decided to add an user to the system.
* It should be registered when it is decided to add a user to the system.
*/
void cleanup_report_add_user (void *user_name)
{
@@ -51,10 +51,10 @@ void cleanup_report_mod_passwd (void *cleanup_info)
}
/*
* cleanup_report_add_user_passwd - Report failure to add an user to
* cleanup_report_add_user_passwd - Report failure to add a user to
* /etc/passwd
*
* It should be registered when it is decided to add an user to the
* It should be registered when it is decided to add a user to the
* /etc/passwd database.
*/
void cleanup_report_add_user_passwd (void *user_name)
@@ -71,10 +71,10 @@ void cleanup_report_add_user_passwd (void *user_name)
}
/*
* cleanup_report_add_user_shadow - Report failure to add an user to
* cleanup_report_add_user_shadow - Report failure to add a user to
* /etc/shadow
*
* It should be registered when it is decided to add an user to the
* It should be registered when it is decided to add a user to the
* /etc/shadow database.
*/
void cleanup_report_add_user_shadow (void *user_name)