diff options
-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 |