]> git.proxmox.com Git - pve-access-control.git/blobdiff - src/PVE/Auth/Plugin.pm
tree wide: typo fixes
[pve-access-control.git] / src / PVE / Auth / Plugin.pm
index 7e431f3d7095038563f0e4907aed5b93e00ebd1e..03d3342e48c7004ec7047e8be3bd009f232bd0ad 100755 (executable)
@@ -285,7 +285,7 @@ sub delete_user {
 
 # called during addition of realm (before the new domain config got written)
 # `password` is moved to %param to avoid writing it out to the config
-# die to abort additon if there are (grave) problems
+# die to abort addition if there are (grave) problems
 # NOTE: runs in a domain config *locked* context
 sub on_add_hook {
     my ($class, $realm, $config, %param) = @_;