diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-11-03 00:55:31 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-11-03 00:55:31 -0700 |
commit | fb57a155b09d7db014ac213496d21b4b43d065fe (patch) | |
tree | 0d99d33a651cb78db25fd73e08822570fc6773d0 | |
parent | 9db0046fadcd703d9903c7abd4159ded0730bf3a (diff) |
var spelling error..
-rw-r--r-- | system/admin/handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go index 18faec9..5847714 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -942,7 +942,7 @@ func editHandler(res http.ResponseWriter, req *http.Request) { } else { s, ok := post.(content.Identifiable) if !ok { - log.Println("Content type", typeName, "doesn't implement editor.Sortable") + log.Println("Content type", t, "doesn't implement editor.Sortable") return } s.SetContentID(-1) |