]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix typo
authorRobin Appelman <icewind@owncloud.com>
Fri, 31 May 2013 16:18:13 +0000 (18:18 +0200)
committerRobin Appelman <icewind@owncloud.com>
Fri, 31 May 2013 16:18:13 +0000 (18:18 +0200)
lib/user.php

index cab7bee5c00b1b65d2f7548c6780f5ce6f5aff5d..cd29eb7efdb99e8b42350e971b13588bd6480580 100644 (file)
@@ -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) {