]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Fix typo.
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Sun, 21 Feb 2016 02:59:34 +0000 (21:59 -0500)
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Sun, 21 Feb 2016 03:00:54 +0000 (22:00 -0500)
IkiWiki/Plugin/search.pm

index 24b16fe2a78c4607f89788cd78ea1d7e5a1ac137..f9193b6aad5f4d4cbd385d9fb18e586436654679 100644 (file)
@@ -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,