From 6310b05e2286f6d5aed2c9c504d99a1b118ddbd3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 1 Oct 2008 15:55:50 -0400 Subject: [PATCH] typo --- IkiWiki.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IkiWiki.pm b/IkiWiki.pm index 34b315bbc..82370f430 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -200,7 +200,7 @@ sub getsetup () { #{{{ }, indexpages => { type => "boolean", - defualt => 0, + default => 0, description => "use page/index.mdwn source files", safe => 1, rebuild => 1, -- 2.32.0.93.g670b81a890