summaryrefslogtreecommitdiff
path: root/lisp/progmodes/perl-mode.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-10-02 18:02:51 +0200
committerStefan Kangas <stefan@marxist.se>2020-10-03 12:53:51 +0200
commitd6a2754348f57883036c0f35f0a880b7817e6bc1 (patch)
treeb3d3a8a10ebf0e56acff206d0e188f3b61651d7e /lisp/progmodes/perl-mode.el
parentceae38b9338ea07b18b2d2efa07bcf304d40c23d (diff)
downloademacs-d6a2754348f57883036c0f35f0a880b7817e6bc1.tar.gz
; Fix more typos
Diffstat (limited to 'lisp/progmodes/perl-mode.el')
-rw-r--r--lisp/progmodes/perl-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el
index 127b24cb890..7265aeee45d 100644
--- a/lisp/progmodes/perl-mode.el
+++ b/lisp/progmodes/perl-mode.el
@@ -258,7 +258,7 @@
;; (or some similar separator), or by one of the special keywords
;; corresponding to builtin functions that can take their first arg
;; without parentheses. Of course, that presume we're looking at the
- ;; *opening* slash. We can afford to mis-match the closing ones
+ ;; *opening* slash. We can afford to mismatch the closing ones
;; here, because they will be re-treated separately later in
;; perl-font-lock-special-syntactic-constructs.
((concat perl--syntax-exp-intro-regexp "\\(/\\)")