summaryrefslogtreecommitdiff
path: root/test/manual/indent/perl.perl
diff options
context:
space:
mode:
Diffstat (limited to 'test/manual/indent/perl.perl')
-rwxr-xr-xtest/manual/indent/perl.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/manual/indent/perl.perl b/test/manual/indent/perl.perl
index db94552a928..b44593da028 100755
--- a/test/manual/indent/perl.perl
+++ b/test/manual/indent/perl.perl
@@ -90,7 +90,7 @@ s:abc:def:g; # FIXME: the initial s is fontified like a label, and indented
s'def'ghi'g; # The middle ' should not end the quoting.
s"ghi"ijk"g; # The middle ' should not end the quoting.
-s#ijk#lmn#g; # This is a regular expression sustitution.
+s#ijk#lmn#g; # This is a regular expression substitution.
s #lmn#opq#g; # FIXME: this should be a comment starting with "#lmn"
/lmn/rst/g; # and this is the actual regular expression