about summary refs log tree commit homepage
path: root/lib/PublicInbox/MsgTime.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/MsgTime.pm')
-rw-r--r--lib/PublicInbox/MsgTime.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/MsgTime.pm b/lib/PublicInbox/MsgTime.pm
index bd7ef811..920e8f8a 100644
--- a/lib/PublicInbox/MsgTime.pm
+++ b/lib/PublicInbox/MsgTime.pm
@@ -95,7 +95,7 @@ sub str2date_zone ($) {
                 $sign = '+' if $off == 0;
                 $zone = sprintf('%s%02d%02d', $sign, $tz_hh, $tz_mm);
 
-        # Time::Zone and Date::Parse are part of the same distibution,
+        # Time::Zone and Date::Parse are part of the same distribution,
         # and we need Time::Zone to deal with tz names like "EDT"
         } elsif (eval { require Date::Parse }) {
                 $ts = Date::Parse::str2time($date);