Fix wording

This commit is contained in:
iliajie
2022-12-26 12:22:20 +02:00
parent 459a5ee6b8
commit c3bd222492

View File

@@ -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";
}
}