diff options
| author | Paul Eggert | 2024-06-04 22:13:47 -0700 |
|---|---|---|
| committer | Paul Eggert | 2024-06-04 22:16:28 -0700 |
| commit | 3dcac22dd4225fdec0b97408da38f74de2a77bef (patch) | |
| tree | c79a8563efbed67aae0bba5d46b628c1e8a5b69b /test | |
| parent | 636461686f1d36388d4523cbb10eb7ec3bbbd63e (diff) | |
| download | emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.tar.gz emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.zip | |
Spelling fixes
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/erc/erc-goodies-tests.el | 4 | ||||
| -rw-r--r-- | test/lisp/progmodes/peg-tests.el | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/lisp/erc/erc-goodies-tests.el b/test/lisp/erc/erc-goodies-tests.el index ead0bf5a979..038434b3880 100644 --- a/test/lisp/erc/erc-goodies-tests.el +++ b/test/lisp/erc/erc-goodies-tests.el | |||
| @@ -157,7 +157,7 @@ | |||
| 157 | (search-forward "BlackOn") | 157 | (search-forward "BlackOn") |
| 158 | (should (eq (get-text-property (point) 'mouse-face) | 158 | (should (eq (get-text-property (point) 'mouse-face) |
| 159 | 'erc-spoiler-face))) | 159 | 'erc-spoiler-face))) |
| 160 | ;; Start wtih ERC default face. | 160 | ;; Start with ERC default face. |
| 161 | (erc-goodies-tests--assert-face | 161 | (erc-goodies-tests--assert-face |
| 162 | 0 "BEGIN " 'erc-default-face | 162 | 0 "BEGIN " 'erc-default-face |
| 163 | '(fg:erc-color-face0 bg:erc-color-face0)) | 163 | '(fg:erc-color-face0 bg:erc-color-face0)) |
| @@ -168,7 +168,7 @@ | |||
| 168 | ;; Masked in all black. | 168 | ;; Masked in all black. |
| 169 | (erc-goodies-tests--assert-face | 169 | (erc-goodies-tests--assert-face |
| 170 | 20 "BlackOnBlack" '(fg:erc-color-face1 bg:erc-color-face1) nil) | 170 | 20 "BlackOnBlack" '(fg:erc-color-face1 bg:erc-color-face1) nil) |
| 171 | ;; Explicit "default" code ignoerd. | 171 | ;; Explicit "default" code ignored. |
| 172 | (erc-goodies-tests--assert-face | 172 | (erc-goodies-tests--assert-face |
| 173 | 34 "Default" '(erc-default-face) | 173 | 34 "Default" '(erc-default-face) |
| 174 | '(fg:erc-color-face1 bg:erc-color-face1)) | 174 | '(fg:erc-color-face1 bg:erc-color-face1)) |
diff --git a/test/lisp/progmodes/peg-tests.el b/test/lisp/progmodes/peg-tests.el index e666e6f19d2..8fab549bcab 100644 --- a/test/lisp/progmodes/peg-tests.el +++ b/test/lisp/progmodes/peg-tests.el | |||
| @@ -199,7 +199,7 @@ resp. succeeded instead of signaling an error." | |||
| 199 | 199 | ||
| 200 | ;; peg-ex-parse-int recognizes integers and computes the corresponding | 200 | ;; peg-ex-parse-int recognizes integers and computes the corresponding |
| 201 | ;; value. The grammar is the same as for `peg-ex-recognize-int' | 201 | ;; value. The grammar is the same as for `peg-ex-recognize-int' |
| 202 | ;; augmented with parsing actions. Unfortunaletly, the actions add | 202 | ;; augmented with parsing actions. Unfortunately, the actions add |
| 203 | ;; quite a bit of clutter. | 203 | ;; quite a bit of clutter. |
| 204 | ;; | 204 | ;; |
| 205 | ;; The actions for the sign rule push -1 on the stack for a minus sign | 205 | ;; The actions for the sign rule push -1 on the stack for a minus sign |