From 3c1b5d47d3c980d129c0839ddf8682ce80fad3fe Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 7 Nov 2016 11:13:32 -0800 Subject: spelling fix --- system/admin/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/admin/handlers.go b/system/admin/handlers.go index 373fd07..1f277e0 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -825,7 +825,7 @@ func approvePostHandler(res http.ResponseWriter, req *http.Request) { // check if we have a Mergeable m, ok := post.(api.Mergeable) if !ok { - log.Println("Contant type", t, "must implement api.Mergable before it can bee approved.") + log.Println("Content type", t, "must implement api.Mergable before it can bee approved.") res.WriteHeader(http.StatusBadRequest) errView, err := Error400() if err != nil { -- cgit v1.2.3