diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-09-21 15:41:43 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-09-21 15:51:07 +0200 |
commit | ebad35e4d99340af1bad3702063f029a21e188bc (patch) | |
tree | c0bed8023f5260026a110c60362c572833fae955 /test/manual/indent/ruby.rb | |
parent | 611b85b66366961dfcf53885438771b30569ffe0 (diff) | |
download | emacs-ebad35e4d99340af1bad3702063f029a21e188bc.tar.gz emacs-ebad35e4d99340af1bad3702063f029a21e188bc.tar.bz2 emacs-ebad35e4d99340af1bad3702063f029a21e188bc.zip |
; Fix more trivial typos
Diffstat (limited to 'test/manual/indent/ruby.rb')
-rw-r--r-- | test/manual/indent/ruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/manual/indent/ruby.rb b/test/manual/indent/ruby.rb index b038512b114..6b7d10dea38 100644 --- a/test/manual/indent/ruby.rb +++ b/test/manual/indent/ruby.rb @@ -34,7 +34,7 @@ x = # "tot %q/to"; = # Regexp after whitelisted method. "abc".sub /b/, 'd' -# Don't mis-match "sub" at the end of words. +# Don't mismatch "sub" at the end of words. a = asub / aslb + bsub / bslb; # Highlight the regexp after "if". |