summaryrefslogtreecommitdiff
path: root/t/op
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2018-11-29 22:12:10 -0500
committerJames E Keenan <jkeenan@cpan.org>2018-11-29 22:12:10 -0500
commit23665de87341f4f3452009759d4fc95ce30b8ced (patch)
tree0b3cd669b5ee878898133b3228d0b70ed8b863af /t/op
parent7db10ba954d4f6e9ecdd3b780871ed2c164a5158 (diff)
downloadperl-23665de87341f4f3452009759d4fc95ce30b8ced.tar.gz
Correct typo
Diffstat (limited to 't/op')
-rw-r--r--t/op/heredoc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/heredoc.t b/t/op/heredoc.t
index ca044a3a83..0a7bb06b0f 100644
--- a/t/op/heredoc.t
+++ b/t/op/heredoc.t
@@ -221,7 +221,7 @@ HEREDOC
push @tests, [
"print <<~' EOF ';\n $string\n EOF\nEOF \n EOF \n EOF \n",
" $string\n EOF\nEOF \n EOF \n",
- "intented here-doc matches final delimiter correctly"
+ "indented here-doc matches final delimiter correctly"
];
for my $test (@tests) {