X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/729991564ec7e1116fc023c51e73b47af8b6fce7..28913f169bd8967220d3cc120acde12deb5fcb59:/IkiWiki/Plugin/search.pm?ds=sidebyside

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,