From: Amitai Schlair Date: Sun, 21 Feb 2016 02:59:34 +0000 (-0500) Subject: Fix typo. X-Git-Tag: 3.20160506~72 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/f93544db761c8e778f7e66af5570113ddc774514 Fix typo. --- 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,