diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-01 15:55:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-01 15:55:50 -0400 |
commit | 6310b05e2286f6d5aed2c9c504d99a1b118ddbd3 (patch) | |
tree | 0e6a2266121dfd2bed438764a0014894a7a58f24 | |
parent | 18b1c7f01256ec7761263fb699aa51ae9d92bc0b (diff) | |
download | ikiwiki-6310b05e2286f6d5aed2c9c504d99a1b118ddbd3.tar ikiwiki-6310b05e2286f6d5aed2c9c504d99a1b118ddbd3.tar.gz |
typo
-rw-r--r-- | IkiWiki.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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, |