aboutsummaryrefslogtreecommitdiffstats
path: root/src/faudit/files.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/faudit/files.c')
-rw-r--r--src/faudit/files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/faudit/files.c b/src/faudit/files.c
index e27d3436a..67b43f22b 100644
--- a/src/faudit/files.c
+++ b/src/faudit/files.c
@@ -44,7 +44,7 @@ static void check_home_file(const char *name) {
44void files_test(void) { 44void files_test(void) {
45 struct passwd *pw = getpwuid(getuid()); 45 struct passwd *pw = getpwuid(getuid());
46 if (!pw) { 46 if (!pw) {
47 fprintf(stderr, "Error: cannot retrive user account information\n"); 47 fprintf(stderr, "Error: cannot retrieve user account information\n");
48 return; 48 return;
49 } 49 }
50 50