summaryrefslogtreecommitdiff
path: root/system/admin/handlers.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-12-19 22:40:02 -0800
committerSteve Manuel <nilslice@gmail.com>2016-12-19 22:40:02 -0800
commite80e315b1b1fed2bb1c155d8a2c5d9c77f6df53f (patch)
treefa2936e1134865f8f15e6c7cf63c4c221f911f1f /system/admin/handlers.go
parentc8fdcf7b88d52adb17f1a6a9978f067a24caa9f1 (diff)
typo
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r--system/admin/handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index 7d33f80..e1487c5 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -1146,7 +1146,7 @@ func approveContentHandler(res http.ResponseWriter, req *http.Request) {
// check if we have a Mergeable
m, ok := post.(editor.Mergeable)
if !ok {
- log.Println("Content type", t, "must implement editor.Mergable before it can bee approved.")
+ log.Println("Content type", t, "must implement editor.Mergeable before it can be approved.")
res.WriteHeader(http.StatusBadRequest)
errView, err := Error400()
if err != nil {