diff options
author | Joey Hess <joey@kitenet.net> | 2010-07-18 19:37:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-07-18 19:37:14 -0400 |
commit | bfd896f5e59d7ac1e81e7ef315552273681c8bb4 (patch) | |
tree | 8cf6b53f543c0b813c4542ce6d2f6db84cdebb2a /IkiWiki/Plugin | |
parent | b45688e34e25a596dc19f6a2b94f3f342041da1e (diff) |
typo
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/po.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index 43804a8f2..dc73c73c3 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -28,7 +28,7 @@ use UNIVERSAL; my %translations; my @origneedsbuild; my %origsubs; -my @slavelanguages; # orderer as in config po_slave_languages +my @slavelanguages; # ordered as in config po_slave_languages memoize("istranslatable"); memoize("_istranslation"); |