diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-04-17 12:08:44 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-04-17 12:08:44 -0700 |
commit | 95c2a9754403737e1c6a3b5e0ff0e22ff060db11 (patch) | |
tree | 60e01629d3ccd7f62b8f2cdfc4910bcb9684358f /system/db/content.go | |
parent | c7f017af059d7838ba9bc6d369bdedd43d45ea5b (diff) |
fix ineffassign and spelling errors
Diffstat (limited to 'system/db/content.go')
-rw-r--r-- | system/db/content.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/db/content.go b/system/db/content.go index b503a60..940c57b 100644 --- a/system/db/content.go +++ b/system/db/content.go @@ -253,7 +253,7 @@ func insert(ns string, data url.Values) (int, error) { } go func() { - // add data to seach index + // add data to search index target := fmt.Sprintf("%s:%s", ns, cid) err = search.UpdateIndex(target, j) if err != nil { |