This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct typo
authorJames E Keenan <jkeenan@cpan.org>
Fri, 30 Nov 2018 03:12:10 +0000 (22:12 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Fri, 30 Nov 2018 03:12:10 +0000 (22:12 -0500)
t/op/heredoc.t

index ca044a3..0a7bb06 100644 (file)
@@ -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) {