]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix typo.
authorThomas Tanghus <thomas@tanghus.net>
Mon, 7 May 2012 02:45:31 +0000 (04:45 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Mon, 7 May 2012 02:46:09 +0000 (04:46 +0200)
lib/public/util.php

index 4068d73370ddb5df4d71b84a7add361482bca2b1..6a8adff0f5a9ca4d5fc1d6a37062fc6708061cc0 100644 (file)
@@ -150,7 +150,7 @@ class Util {
         * reverse proxies
         */
        public static function getServerHost() {
-               return(\OC_Helper::severHost());
+               return(\OC_Helper::serverHost());
        }
 
        /**