]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/calendar.pm
fix some typos
[ikiwiki.git] / IkiWiki / Plugin / calendar.pm
index f0ac9acf9a334a09e6ae83f506db7824aee57378..3d10b1e2ec5f1f61c37370ad635f4f36c173bb6a 100644 (file)
@@ -193,7 +193,7 @@ sub gencalendaryear {
                }
 
                # Filling potential gaps in years (e.g. calendar goes from 2010 to 2014,
-               # and we just added year 2005. We have to had years 2006 to 2009).
+               # and we just added year 2005. We have to add years 2006 to 2009).
                return if $params{norecurse};
                if ($wikistate{calendar}{minyear} > $year) {
                        foreach my $other ($year + 1 .. $wikistate{calendar}{minyear} - 1) {