summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-06-12 15:15:44 -0600
committerKarl Williamson <khw@cpan.org>2014-06-12 15:21:36 -0600
commit323fd7cc4020999815f95d50243cbcf61e5e42f0 (patch)
tree31cf1617d702cdd90447206f3a125a27883b1c2a /ext
parent91191cf732548d9b59655daee2195082e6ce0082 (diff)
downloadperl-323fd7cc4020999815f95d50243cbcf61e5e42f0.tar.gz
POSIX.xs: Fix typo.
I haven't gotten used to my new keyboard, and missed this lowercase letter that should have been uppercase. Spotted by Dennis Kaarsemaker
Diffstat (limited to 'ext')
-rw-r--r--ext/POSIX/POSIX.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs
index 974a975f4a..371db1ddaf 100644
--- a/ext/POSIX/POSIX.xs
+++ b/ext/POSIX/POSIX.xs
@@ -1754,7 +1754,7 @@ strftime(fmt, sec, min, hour, mday, mon, year, wday = -1, yday = -1, isdst = -1)
if (SvUTF8(fmt)
|| (! is_ascii_string((U8*) buf, len)
&& is_utf8_string((U8*) buf, len)
-#ifdef USE_LOCALE_TiME
+#ifdef USE_LOCALE_TIME
&& _is_cur_LC_category_utf8(LC_TIME)
#endif
)) {