summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2016-11-03 13:53:45 +0000
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2016-11-03 13:53:45 +0000
commita39d27b5959c1ae4fb91fc453ee12752f24e2e6d (patch)
tree4a74c6ed4913f78677456e11595afb5680b910d6
parent0d31fad995d87b1f6f2e8f72ec702722d27f497e (diff)
downloadperl-a39d27b5959c1ae4fb91fc453ee12752f24e2e6d.tar.gz
Fix typos in test comment
-rw-r--r--t/uni/overload.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/uni/overload.t b/t/uni/overload.t
index 08c1c2e690..8e722c850e 100644
--- a/t/uni/overload.t
+++ b/t/uni/overload.t
@@ -292,7 +292,7 @@ TODO: {
local $::TODO = 'RT #3054: Recursive operator overloading overflows the C stack';
# XXX this test is expected to SEGV, and can produce
# sh: line 1: 5106 Segmentation fault
- # on SDTERR. So just compeltelyt disable for now
+ # on STDERR. So just completely disable for now
todo_skip($::TODO);
fresh_perl_is(<<'EOP', "ok\n", {}, 'RT #3054: Recursive operator overloading should not crash the interpreter');
use overload '""' => sub { "$_[0]" };