summaryrefslogtreecommitdiff
path: root/t/op/numconvert.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/numconvert.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/numconvert.t')
-rw-r--r--t/op/numconvert.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/numconvert.t b/t/op/numconvert.t
index d35386187f..73a35864cb 100644
--- a/t/op/numconvert.t
+++ b/t/op/numconvert.t
@@ -105,7 +105,7 @@ my $max_uv_p1 = "$max_uv"; $max_uv_p1+=0; $max_uv_p1++;
# Also need to cope with %g notation for max_uv_p1 that actually gives an
# integer less than max_uv because of correct rounding for the limited
-# precisision. This bites for 12 byte long doubles and 8 byte UVs
+# precision. This bites for 12 byte long doubles and 8 byte UVs
my $temp = $max_uv_p1;
my $max_uv_p1_as_iv;