summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@zen.org>2009-02-01 12:16:37 +0000
committerBrendan Kehoe <brendan@zen.org>2009-02-01 12:16:37 +0000
commitc9bd4009aab7e0f1944321d93aeaa4af316d7fdb (patch)
treed49cf61508f5de16bf66b9a37e882a94072fb81d
parentb79b1c5cfdb5ece60a95e38940ce47ad1873b438 (diff)
downloadgperf-c9bd4009aab7e0f1944321d93aeaa4af316d7fdb.tar.gz
fix typo
-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;