diff options
Diffstat (limited to 'lib/public/Authentication/TwoFactorAuth/IDeactivatableByAdmin.php')
-rw-r--r-- | lib/public/Authentication/TwoFactorAuth/IDeactivatableByAdmin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Authentication/TwoFactorAuth/IDeactivatableByAdmin.php b/lib/public/Authentication/TwoFactorAuth/IDeactivatableByAdmin.php index c08a7c617c1..c5d66130f2f 100644 --- a/lib/public/Authentication/TwoFactorAuth/IDeactivatableByAdmin.php +++ b/lib/public/Authentication/TwoFactorAuth/IDeactivatableByAdmin.php @@ -40,7 +40,7 @@ interface IDeactivatableByAdmin extends IProvider { /** * Disable this provider for the given user. * - * @param IUser $user the user to active this provider for + * @param IUser $user the user to deactivate this provider for * * @return void * |