summaryrefslogtreecommitdiffstats
path: root/www/search
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xwww/search2
-rw-r--r--www/search.d/search.dbbin9785344 -> 9916416 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/www/search b/www/search
index 02edc49..d1b9e2f 100755
--- a/www/search
+++ b/www/search
@@ -1230,7 +1230,7 @@ proc searchresults {} {
if {$q==""} {return ""}
# Count the '"' characters in $::A(q). If there is an odd number of
- # occurences, add a " to the end of the query so that fts5 can parse
+ # occurrences, add a " to the end of the query so that fts5 can parse
# it without error.
if {[regexp -all \x22 $q] % 2} { append q \x22 }
diff --git a/www/search.d/search.db b/www/search.d/search.db
index b48940d..31a4392 100644
--- a/www/search.d/search.db
+++ b/www/search.d/search.db
Binary files differ