summaryrefslogtreecommitdiff
path: root/t/op/utfhash.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/utfhash.t')
-rw-r--r--t/op/utfhash.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/utfhash.t b/t/op/utfhash.t
index a9af502fbf..ebb2934459 100644
--- a/t/op/utfhash.t
+++ b/t/op/utfhash.t
@@ -21,7 +21,7 @@ my %hashu = ( "\xff" => 0xff,
"\x{1ff}" => 0x1ff,
);
-# Check that we can find the 8-bit things by various litterals
+# Check that we can find the 8-bit things by various literals
is($hash8{"\x{00ff}"},0xFF);
is($hash8{"\x{007f}"},0x7F);
is($hash8{"\xff"},0xFF);