aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2016-02-20 21:59:34 -0500
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2016-02-20 22:00:54 -0500
commitf93544db761c8e778f7e66af5570113ddc774514 (patch)
tree1b0e7a144896445de516ab1222ad2dde737d04ce /IkiWiki
parent7222c985a3bbf497abf8f1afdf82f316446e7556 (diff)
downloadikiwiki-f93544db761c8e778f7e66af5570113ddc774514.tar
ikiwiki-f93544db761c8e778f7e66af5570113ddc774514.tar.gz
Fix typo.
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/search.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/search.pm b/IkiWiki/Plugin/search.pm
index 24b16fe2a..f9193b6aa 100644
--- a/IkiWiki/Plugin/search.pm
+++ b/IkiWiki/Plugin/search.pm
@@ -34,7 +34,7 @@ sub getsetup () {
rebuild => 0,
},
google_search => {
- type => "booblean",
+ type => "boolean",
example => 1,
description => "use google site search rather than internal xapian index?",
safe => 1,