diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-07 14:27:20 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-07 14:27:20 +0000 |
commit | 5007ba8a6d971379a3f8c626b8b4e5f4b696ec67 (patch) | |
tree | 0cce632856dccdc48351e44ab9f5839174742a12 | |
parent | 9e373e76f912615f675301838680c6b47795e499 (diff) | |
download | brdo-5007ba8a6d971379a3f8c626b8b4e5f4b696ec67.tar.gz brdo-5007ba8a6d971379a3f8c626b8b4e5f4b696ec67.tar.bz2 |
#525504 follow-up by andypost: Fixed PHPDoc typo.
-rw-r--r-- | modules/user/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 488573709..2f1d2cd4e 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1562,7 +1562,7 @@ function user_init() { } /** - * Load a either a specified or the current user account. + * Load either a specified or the current user account. * * @param $uid * An optional user ID of the user to load. If not provided, the current |