From 23665de87341f4f3452009759d4fc95ce30b8ced Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Thu, 29 Nov 2018 22:12:10 -0500 Subject: [PATCH 1/1] Correct typo --- t/op/heredoc.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/op/heredoc.t b/t/op/heredoc.t index ca044a3..0a7bb06 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) { -- 1.8.3.1