Fix comment clarity

This commit is contained in:
Ilia Ross
2026-05-28 12:42:57 +02:00
parent 1d369dcddf
commit 53d0d053cf

View File

@@ -29,7 +29,7 @@ return qw(view edit security apply runtime manual install backup);
}
# grub2_effective_acl([&raw-acl])
# Returns normalized ACL settings for the current Webmin user.
# Returns normalized ACL settings for a supplied ACL hash or current user.
sub grub2_effective_acl
{
my ($rawacl) = @_;