summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdoc/texi2html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/texi2html b/doc/texi2html
index 9e7e82c..d423c2f 100755
--- a/doc/texi2html
+++ b/doc/texi2html
@@ -1840,7 +1840,7 @@ sub anchor {
sub pretty_date {
local(@MoY, $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);
- @MoY = ('January', 'Febuary', 'March', 'April', 'May', 'June',
+ @MoY = ('January', 'February', 'March', 'April', 'May', 'June',
'July', 'August', 'September', 'October', 'November', 'December');
($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime(time);
$year += ($year < 70) ? 2000 : 1900;