From c3bd222492ecda015966be7e1a07598ee8eddd41 Mon Sep 17 00:00:00 2001 From: iliajie Date: Mon, 26 Dec 2022 12:22:20 +0200 Subject: [PATCH] Fix wording --- acl/acl-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acl/acl-lib.pl b/acl/acl-lib.pl index 506412f8c..1fca31105 100755 --- a/acl/acl-lib.pl +++ b/acl/acl-lib.pl @@ -1978,7 +1978,7 @@ else { &modify_user($uinfo->{'name'}, $uinfo); } else { - print STDERR "Anonymous access is granted to user $user, but he doesn't exist!\n"; + print STDERR "Anonymous access attempted to be granted to user $user, but it doesn't exist!\n"; } }