diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-14 12:43:52 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-14 12:52:32 +0200 |
commit | 41e612cfd684f03e34c8990df1b86b95e092211b (patch) | |
tree | d2ba94798f230db2835562679d0f3308fb1fd50f /test/manual/indent/perl.perl | |
parent | ade1238bce1cf69ebce8809a2d73cb92db94b977 (diff) | |
download | emacs-41e612cfd684f03e34c8990df1b86b95e092211b.tar.gz emacs-41e612cfd684f03e34c8990df1b86b95e092211b.tar.bz2 emacs-41e612cfd684f03e34c8990df1b86b95e092211b.zip |
; Fix typos
Diffstat (limited to 'test/manual/indent/perl.perl')
-rwxr-xr-x | test/manual/indent/perl.perl | 2 |
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 |