summaryrefslogtreecommitdiff
path: root/framework/Security/TAuthManager.php
diff options
context:
space:
mode:
authorknut <>2007-05-30 23:27:00 +0000
committerknut <>2007-05-30 23:27:00 +0000
commitc3a72002383cb3de9bdcff09214bb757b2bc5e46 (patch)
tree9c8c1fa0f4d83e38c46ba4485f849a2f5d218311 /framework/Security/TAuthManager.php
parentf71f9562d2ed0839f48bbf1bda7a80d0bc157778 (diff)
fixing small typos in the API documentation
Diffstat (limited to 'framework/Security/TAuthManager.php')
-rw-r--r--framework/Security/TAuthManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Security/TAuthManager.php b/framework/Security/TAuthManager.php
index 548e9522..e578f0c9 100644
--- a/framework/Security/TAuthManager.php
+++ b/framework/Security/TAuthManager.php
@@ -91,7 +91,7 @@ class TAuthManager extends TModule
}
/**
- * @param string|IUserManager the user manager module ID or the user mananger object
+ * @param string|IUserManager the user manager module ID or the user manager object
* @throws TInvalidOperationException if the module has been initialized or the user manager object is not IUserManager
*/
public function setUserManager($provider)