summaryrefslogtreecommitdiff
path: root/ext/B/t/optree_varinit.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/B/t/optree_varinit.t')
-rw-r--r--ext/B/t/optree_varinit.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/optree_varinit.t b/ext/B/t/optree_varinit.t
index f748ab8ca0..5271a658fd 100644
--- a/ext/B/t/optree_varinit.t
+++ b/ext/B/t/optree_varinit.t
@@ -240,7 +240,7 @@ EONT_EONT
checkOptree ( name => 'local $a=undef',
prog => 'local $a=undef',
errs => ['Name "main::a" used only once: possible typo at -e line 1.'],
- note => 'locals are rare, probly not worth doing',
+ note => 'locals are rare, probably not worth doing',
bcopts => '-basic',
strip_open_hints => 1,
expect => <<'EOT_EOT', expect_nt => <<'EONT_EONT');