X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/9a99c4c6e2228954b27e1e93e2b66c12a74850ac..47c9a8c3e1c38f21054219e530daa6117c759b87:/IkiWiki/Plugin/search.pm?ds=inline

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,