summaryrefslogtreecommitdiffstats
path: root/lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-12-03 10:32:53 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-12-03 10:32:53 +0100
commitcfa524030bb974a5f2e0ee171176e629eb1cdb55 (patch)
treed809979c03c0e7e7aee73d92d85ac48ebdf7216d /lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php
parente7458a41f26c5a3e6d38e67a3bc31d961946b45d (diff)
downloadnextcloud-server-cfa524030bb974a5f2e0ee171176e629eb1cdb55.tar.gz
nextcloud-server-cfa524030bb974a5f2e0ee171176e629eb1cdb55.zip
Fix activatable/deactivatable 2fa provider interface typos
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php')
-rw-r--r--lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php b/lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php
index 101beb98db1..51f7f08041f 100644
--- a/lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php
+++ b/lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php
@@ -40,7 +40,7 @@ interface IActivatableByAdmin extends IProvider {
/**
* Enable this provider for the given user.
*
- * @param IUser $user the user to active this provider for
+ * @param IUser $user the user to activate this provider for
*
* @return void
*