summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-23 18:21:10 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-26 10:42:02 +0100
commit2608e5edcca5094b61b4ccebcef160cc2bfd7f83 (patch)
tree59e34dc95aa4c1526d6ba7d376ab0adbeb699935 /test/lisp/progmodes
parent6c00d126e7fe1f6e42a0c9454c2ab4a29dcd5989 (diff)
downloademacs-2608e5edcca5094b61b4ccebcef160cc2bfd7f83.tar.gz
emacs-2608e5edcca5094b61b4ccebcef160cc2bfd7f83.tar.bz2
emacs-2608e5edcca5094b61b4ccebcef160cc2bfd7f83.zip
; Fix typos
(cherry picked from commit a5d39e11443fa30c8e8bc58254a1a59550dcd99e)
Diffstat (limited to 'test/lisp/progmodes')
-rw-r--r--test/lisp/progmodes/cperl-mode-resources/fontify-punctuation-vars.pl2
-rw-r--r--test/lisp/progmodes/cperl-mode-tests.el2
2 files changed, 2 insertions, 2 deletions
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 @@
-# The following Perl punctiation variables contain characters which
+# The following Perl punctuation variables contain characters which
# are classified as string delimiters in the syntax table. The mode
# should not be confused by these.
# 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."
;;; Fontification tests
(ert-deftest cperl-test-fontify-punct-vars ()
- "Test fontification of Perl's punctiation variables.
+ "Test fontification of Perl's punctuation variables.
Perl has variable names containing unbalanced quotes for the list
separator $\" and pre- and postmatch $` and $'. A reference to
these variables, for example \\$\", should not cause the dollar