]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/MsgTime.pm
triewyde: ficks soem speling errrors
[public-inbox.git] / lib / PublicInbox / MsgTime.pm
index bd7ef8117d30fb5ad32aeef4f46c1813edd06fbd..920e8f8a4e7d81f9aec43b0177f39652854f0b60 100644 (file)
@@ -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);