summaryrefslogtreecommitdiff
path: root/lisp/progmodes/perl-mode.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-11-16 00:00:31 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-11-16 00:01:00 -0800
commit720322aab8cd8ffc24481f280c3acf60efdbc28b (patch)
tree27c318b89cc1e71a042dc9f51323982d189cdb84 /lisp/progmodes/perl-mode.el
parent617c55681307c2d8203778c9f654f279c7bddb27 (diff)
downloademacs-720322aab8cd8ffc24481f280c3acf60efdbc28b.tar.gz
; Spelling fixes
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 8e7cd13088f..f3cb8109133 100644
--- a/lisp/progmodes/perl-mode.el
+++ b/lisp/progmodes/perl-mode.el
@@ -597,7 +597,7 @@ the Perl source to be checked as its standard input."
"Perl backend for Flymake. Launches
`perl-flymake-command' (which see) and passes to its standard
input the contents of the current buffer. The output of this
-command is analysed for error and warning messages."
+command is analyzed for error and warning messages."
(unless (executable-find (car perl-flymake-command))
(error "Cannot find a suitable checker"))