summaryrefslogtreecommitdiff
path: root/system/db
diff options
context:
space:
mode:
Diffstat (limited to 'system/db')
-rw-r--r--system/db/content.go2
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 {