summaryrefslogtreecommitdiff
path: root/t/op/pack.t
diff options
context:
space:
mode:
authorPeter J. Acklam) (via RT <perlbug-followup@perl.org>2011-01-06 23:14:45 -0800
committerAbigail <abigail@abigail.be>2011-01-07 11:19:58 +0100
commit93f09d7ba52fad6ba827274ee4fa13235edb2b44 (patch)
treed37f89d97bcd3531beefe5a174c8dcaf896a52c0 /t/op/pack.t
parentf858446f8d2c74c0a4665f0be04b65fe90e1b08c (diff)
downloadperl-93f09d7ba52fad6ba827274ee4fa13235edb2b44.tar.gz
Fix typos (spelling errors) in t/*.
# New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81916] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81916 >
Diffstat (limited to 't/op/pack.t')
-rw-r--r--t/op/pack.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/pack.t b/t/op/pack.t
index 5775cafb53..025bb09f29 100644
--- a/t/op/pack.t
+++ b/t/op/pack.t
@@ -671,7 +671,7 @@ numbers ('d', -(2**34), -1, 0, 1, 2**34);
numbers_with_total ('q', -1,
-9223372036854775808, -1, 0, 1,9223372036854775807);
# This total is icky, but the true total is 2**65-1, and need a way to generate
-# the epxected checksum on any system including those where NVs can preserve
+# the expected checksum on any system including those where NVs can preserve
# 65 bits. (long double is 128 bits on sparc, so they certainly can)
# or where rounding is down not up on binary conversion (crays)
numbers_with_total ('Q', sub {