diff options
author | knut <> | 2007-05-30 23:27:00 +0000 |
---|---|---|
committer | knut <> | 2007-05-30 23:27:00 +0000 |
commit | c3a72002383cb3de9bdcff09214bb757b2bc5e46 (patch) | |
tree | 9c8c1fa0f4d83e38c46ba4485f849a2f5d218311 /framework/Security/TUser.php | |
parent | f71f9562d2ed0839f48bbf1bda7a80d0bc157778 (diff) |
fixing small typos in the API documentation
Diffstat (limited to 'framework/Security/TUser.php')
-rw-r--r-- | framework/Security/TUser.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Security/TUser.php b/framework/Security/TUser.php index 5077114b..95458003 100644 --- a/framework/Security/TUser.php +++ b/framework/Security/TUser.php @@ -18,7 +18,7 @@ Prado::using('System.Security.IUserManager'); /**
* TUser class
*
- * TUser implements basic user functionality for a prado application.
+ * TUser implements basic user functionality for a Prado application.
* To get the name of the user, use {@link getName Name} property.
* The property {@link getIsGuest IsGuest} tells if the user a guest/anonymous user.
* To obtain or test the roles that the user is in, use property
|