about summary refs log tree commit homepage
path: root/lib/PublicInbox/MsgTime.pm
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-04-07 21:55:54 +0000
committerEric Wong <e@yhbt.net>2020-04-09 05:41:57 +0000
commit4da62f284003d75abe7cb35594414eb2224f42bc (patch)
treedd25b2c4be46c954176c2a85f14e13709bf5d5dd /lib/PublicInbox/MsgTime.pm
parentcffc7d4fc1c36169654f8447b23b3c5c43830eed (diff)
downloadpublic-inbox-4da62f284003d75abe7cb35594414eb2224f42bc.tar.gz
Dikshunarees R gude!
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);