diff options
Diffstat (limited to 'lib/public/user.php')
-rw-r--r-- | lib/public/user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/user.php b/lib/public/user.php index 411098ed5aa..de52055a4c5 100644 --- a/lib/public/user.php +++ b/lib/public/user.php @@ -62,7 +62,7 @@ class User { /**
* @brief Get a list of all display names
- * @returns array with all display names (key) and the correspondig uids (value)
+ * @returns array with all display names (value) and the correspondig uids (key)
*
* Get a list of all display names and user ids.
*/
|