diff options
| author | Stefan Kangas | 2022-12-23 18:21:10 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-12-23 18:21:10 +0100 |
| commit | a5d39e11443fa30c8e8bc58254a1a59550dcd99e (patch) | |
| tree | 236b714d666b1dbe029452bf8889f61ee2afc375 /test | |
| parent | 6cf0784a0d6d1fc58a200aa8f8e14cef612cd68b (diff) | |
| download | emacs-a5d39e11443fa30c8e8bc58254a1a59550dcd99e.tar.gz emacs-a5d39e11443fa30c8e8bc58254a1a59550dcd99e.zip | |
; Fix typos
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/gnus/mml-sec-resources/trustlist.txt | 2 | ||||
| -rw-r--r-- | test/lisp/progmodes/cperl-mode-resources/fontify-punctuation-vars.pl | 2 | ||||
| -rw-r--r-- | test/lisp/progmodes/cperl-mode-tests.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/lisp/gnus/mml-sec-resources/trustlist.txt b/test/lisp/gnus/mml-sec-resources/trustlist.txt index f886572d283..947ec526199 100644 --- a/test/lisp/gnus/mml-sec-resources/trustlist.txt +++ b/test/lisp/gnus/mml-sec-resources/trustlist.txt | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # well as empty lines are ignored. Lines have a length limit but this | 2 | # well as empty lines are ignored. Lines have a length limit but this |
| 3 | # is not a serious limitation as the format of the entries is fixed and | 3 | # is not a serious limitation as the format of the entries is fixed and |
| 4 | # checked by gpg-agent. A non-comment line starts with optional white | 4 | # checked by gpg-agent. A non-comment line starts with optional white |
| 5 | # space, followed by the SHA-1 fingerpint in hex, followed by a flag | 5 | # space, followed by the SHA-1 fingerprint in hex, followed by a flag |
| 6 | # which may be one of 'P', 'S' or '*' and optionally followed by a list of | 6 | # which may be one of 'P', 'S' or '*' and optionally followed by a list of |
| 7 | # other flags. The fingerprint may be prefixed with a '!' to mark the | 7 | # other flags. The fingerprint may be prefixed with a '!' to mark the |
| 8 | # key as not trusted. You should give the gpg-agent a HUP or run the | 8 | # key as not trusted. You should give the gpg-agent a HUP or run the |
diff --git a/test/lisp/progmodes/cperl-mode-resources/fontify-punctuation-vars.pl b/test/lisp/progmodes/cperl-mode-resources/fontify-punctuation-vars.pl index fa328438cb1..6d3f478595e 100644 --- a/test/lisp/progmodes/cperl-mode-resources/fontify-punctuation-vars.pl +++ b/test/lisp/progmodes/cperl-mode-resources/fontify-punctuation-vars.pl | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # The following Perl punctiation variables contain characters which | 1 | # The following Perl punctuation variables contain characters which |
| 2 | # are classified as string delimiters in the syntax table. The mode | 2 | # are classified as string delimiters in the syntax table. The mode |
| 3 | # should not be confused by these. | 3 | # should not be confused by these. |
| 4 | # The corresponding tests check that two consecutive '#' characters | 4 | # The corresponding tests check that two consecutive '#' characters |
diff --git a/test/lisp/progmodes/cperl-mode-tests.el b/test/lisp/progmodes/cperl-mode-tests.el index 1bb206e7040..96615c19383 100644 --- a/test/lisp/progmodes/cperl-mode-tests.el +++ b/test/lisp/progmodes/cperl-mode-tests.el | |||
| @@ -114,7 +114,7 @@ end of the statement." | |||
| 114 | ;;; Fontification tests | 114 | ;;; Fontification tests |
| 115 | 115 | ||
| 116 | (ert-deftest cperl-test-fontify-punct-vars () | 116 | (ert-deftest cperl-test-fontify-punct-vars () |
| 117 | "Test fontification of Perl's punctiation variables. | 117 | "Test fontification of Perl's punctuation variables. |
| 118 | Perl has variable names containing unbalanced quotes for the list | 118 | Perl has variable names containing unbalanced quotes for the list |
| 119 | separator $\" and pre- and postmatch $` and $'. A reference to | 119 | separator $\" and pre- and postmatch $` and $'. A reference to |
| 120 | these variables, for example \\$\", should not cause the dollar | 120 | these variables, for example \\$\", should not cause the dollar |