summaryrefslogtreecommitdiff
path: root/test/manual/indent/perl.perl
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-14 12:43:52 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-14 12:52:32 +0200
commit41e612cfd684f03e34c8990df1b86b95e092211b (patch)
treed2ba94798f230db2835562679d0f3308fb1fd50f /test/manual/indent/perl.perl
parentade1238bce1cf69ebce8809a2d73cb92db94b977 (diff)
downloademacs-41e612cfd684f03e34c8990df1b86b95e092211b.tar.gz
emacs-41e612cfd684f03e34c8990df1b86b95e092211b.tar.bz2
emacs-41e612cfd684f03e34c8990df1b86b95e092211b.zip
; Fix typos
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