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 | |
parent | 611b85b66366961dfcf53885438771b30569ffe0 (diff) | |
download | emacs-ebad35e4d99340af1bad3702063f029a21e188bc.tar.gz |
; Fix more trivial typos
Diffstat (limited to 'test/manual')
-rw-r--r-- | test/manual/etags/y-src/parse.y | 2 | ||||
-rw-r--r-- | test/manual/indent/ruby.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/manual/etags/y-src/parse.y b/test/manual/etags/y-src/parse.y index 075add2c822..eeef44cc6eb 100644 --- a/test/manual/etags/y-src/parse.y +++ b/test/manual/etags/y-src/parse.y @@ -556,7 +556,7 @@ yylex FUN0() } #ifdef TEST if(nn==n_usr_funs) { - io_error_msg("Couln't turn fp into a ##"); + io_error_msg("Couldn't turn fp into a ##"); parse_error=BAD_FUNC; return ERROR; } 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". |