From cde60dba0f45cbfbe32059a50eb37c41e9da990b Mon Sep 17 00:00:00 2001
From: Thomas Tanghus <thomas@tanghus.net>
Date: Mon, 7 May 2012 04:45:31 +0200
Subject: [PATCH] Fix typo.

---
 lib/public/util.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/public/util.php b/lib/public/util.php
index 4068d73370..6a8adff0f5 100644
--- a/lib/public/util.php
+++ b/lib/public/util.php
@@ -150,7 +150,7 @@ class Util {
 	 * reverse proxies
 	 */
 	public static function getServerHost() {
-		return(\OC_Helper::severHost());
+		return(\OC_Helper::serverHost());
 	}
 
 	/**
-- 
GitLab