diff options
| author | luzpaz <luzpaz@@users.noreply.github.com> | 2017-08-15 15:00:12 -0400 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-08 22:20:56 +0200 |
| commit | a9a28859d4852be72ce782d079ee3183c4d54852 (patch) | |
| tree | 62a8aebf2afbdd858421a70741827886425b56ee /phpBB/phpbb/user_loader.php | |
| parent | 62921c066cb66df35846fe5c9d576f4bb16f825a (diff) | |
| download | forums-a9a28859d4852be72ce782d079ee3183c4d54852.tar forums-a9a28859d4852be72ce782d079ee3183c4d54852.tar.gz forums-a9a28859d4852be72ce782d079ee3183c4d54852.tar.bz2 forums-a9a28859d4852be72ce782d079ee3183c4d54852.tar.xz forums-a9a28859d4852be72ce782d079ee3183c4d54852.zip | |
[ticket/15424] Multiple typo fixes in docs & comments
Fixed typos in some docs, guidelines, some non-user-facing files.
PHPBB3-15424
Diffstat (limited to 'phpBB/phpbb/user_loader.php')
| -rw-r--r-- | phpBB/phpbb/user_loader.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/phpbb/user_loader.php b/phpBB/phpbb/user_loader.php index 9297450f3e..3dacf07ff5 100644 --- a/phpBB/phpbb/user_loader.php +++ b/phpBB/phpbb/user_loader.php @@ -123,7 +123,7 @@ class user_loader /** * Get a user row from our users cache * - * @param int $user_id User ID of the user you want to retreive + * @param int $user_id User ID of the user you want to retrieve * @param bool $query Should we query the database if this user has not yet been loaded? * Typically this should be left as false and you should make sure * you load users ahead of time with load_users() @@ -150,7 +150,7 @@ class user_loader /** * Get username * - * @param int $user_id User ID of the user you want to retreive the username for + * @param int $user_id User ID of the user you want to retrieve the username for * @param string $mode The mode to load (same as get_username_string). One of the following: * profile (for getting an url to the profile) * username (for obtaining the username) @@ -204,7 +204,7 @@ class user_loader /** * Get rank * - * @param int $user_id User ID of the user you want to retreive the rank for + * @param int $user_id User ID of the user you want to retrieve the rank for * @param bool $query Should we query the database if this user has not yet been loaded? * Typically this should be left as false and you should make sure * you load users ahead of time with load_users() |
