# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81800]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81800 >
---
cpan/ExtUtils-Constant/t/Constant.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cpan/ExtUtils-Constant/t/Constant.t b/cpan/ExtUtils-Constant/t/Constant.t
index 5cc6f49..91c9fd6 100644
--- a/cpan/ExtUtils-Constant/t/Constant.t
+++ b/cpan/ExtUtils-Constant/t/Constant.t
@@ -823,7 +823,7 @@ if ($do_utf_tests) {
my ($inf, $pound_bytes, $pound_utf8);
$inf = chr 0x221E;
- # Check that we can distiguish the pathological case of a string, and the
+ # Check that we can distinguish the pathological case of a string, and the
# utf8 representation of that string.
$pound_utf8 = $pound . '1';
if ($better_than_56) {
--
1.7.3.3