From: Robin Appelman Date: Fri, 31 May 2013 16:18:13 +0000 (+0200) Subject: fix typo X-Git-Tag: v6.0.0alpha2~688^2~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=473f3c6916b6c2033a564f6540b93ed99e748a30;p=nextcloud-server.git fix typo --- diff --git a/lib/user.php b/lib/user.php index cab7bee5c00..cd29eb7efdb 100644 --- a/lib/user.php +++ b/lib/user.php @@ -333,7 +333,7 @@ class OC_User { /** * @brief get the display name of the user currently logged in. - * @retur string uid or false + * @return string uid or false */ public static function getDisplayName($user = null) { if ($user) {