summaryrefslogtreecommitdiff
path: root/lib/overload.t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-05-18 14:19:28 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-05-21 18:09:29 -0700
commit053bd1f65cc086e3dcc36d36d0788cb1c804da52 (patch)
treeb85402b2d7595ed6ee596e11c19d8d1748c640e8 /lib/overload.t
parent5828f0b128ad125935add3fcf5bbb468d89b98e6 (diff)
downloadperl-053bd1f65cc086e3dcc36d36d0788cb1c804da52.tar.gz
Correct comment typo in overload.t
Diffstat (limited to 'lib/overload.t')
-rw-r--r--lib/overload.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/overload.t b/lib/overload.t
index 9637893689..7be8d5c9fa 100644
--- a/lib/overload.t
+++ b/lib/overload.t
@@ -267,7 +267,7 @@ is("$aI", "xx");
is($aI, "xx");
is("b${aI}c", "_._.b.__.xx._.__.c._");
-# Here we test that both "no overloading" and
+# Here we test that both "no overload" and
# blessing to a package update hash
eval "package Oscalar; no overload '.'";