[ci skip] Fix PermissionManager#clearPermissions() docs bad wording (#12657)

This commit is contained in:
Pedro 2025-06-21 01:01:11 -04:00 committed by GitHub
parent 71b0c76861
commit 3750927a06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,7 +157,7 @@ public interface PermissionManager {
void addPermissions(List<Permission> perm); void addPermissions(List<Permission> perm);
/** /**
* Clears the current registered permissinos. * Clears all the current registered permissions.
* <p> * <p>
* This is used for reloading. * This is used for reloading.
*/ */