From 645d4d0c5bd283003d922400232bcff0f5bf8836 Mon Sep 17 00:00:00 2001
From: Unknwon <u@gogs.io>
Date: Mon, 7 Sep 2015 05:57:19 -0400
Subject: #1594 Collaborative Repositories missing suburl on Dashboard

---
 modules/base/template.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'modules')

diff --git a/modules/base/template.go b/modules/base/template.go
index f86a97b3b2..6fc449a6a6 100644
--- a/modules/base/template.go
+++ b/modules/base/template.go
@@ -77,7 +77,7 @@ func ToUtf8WithErr(content []byte) (error, string) {
 
 	encoding, _ := charset.Lookup(charsetLabel)
 	if encoding == nil {
-		return fmt.Errorf("unknow char decoder %s", charsetLabel), string(content)
+		return fmt.Errorf("unknown char decoder %s", charsetLabel), string(content)
 	}
 
 	result, n, err := transform.String(encoding.NewDecoder(), string(content))
-- 
cgit v1.2.3