From 720322aab8cd8ffc24481f280c3acf60efdbc28b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 16 Nov 2017 00:00:31 -0800 Subject: [PATCH] ; Spelling fixes --- ChangeLog.3 | 4 ++-- lisp/progmodes/perl-mode.el | 2 +- lisp/progmodes/ruby-mode.el | 2 +- test/lisp/net/tramp-tests.el | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog.3 b/ChangeLog.3 index 940379cf60a..e7831a37aac 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 @@ -6941,7 +6941,7 @@ * test/lisp/vc/ediff-ptch-tests.el (ediff-ptch-test-bug26084): Add comments to explain the test logic. Pass '--binary' option to 'patch' program in windows environments. - Check explicitely that a backup is created before compare file contents. + Check explicitly that a backup is created before compare file contents. * test/lisp/dired-tests.el (dired-test-bug25609): Declare variable 'dired-dwim-target' right before the test. @@ -13221,7 +13221,7 @@ Remove Emacs 23 compat code from Tramp * doc/misc/tramp.texi (Remote processes): Don't mention - Emacs 24 explicitely. + Emacs 24 explicitly. (Frequently Asked Questions): Remove Emacs 23 from compatibility list. 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")) diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index 1f4aa6d9fbd..da08bb0788e 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el @@ -2268,7 +2268,7 @@ the Ruby source to be checked as its standard input." "Ruby backend for Flymake. Launches `ruby-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 ruby-flymake-command)) (error "Cannot find a suitable checker")) diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 68236daf49b..77b1e2dcc9f 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -3070,7 +3070,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." (should (file-selinux-context tmp-name3)) ;; We cannot expect that copying over file system ;; boundaries keeps SELinux context. So we copy it - ;; explicitely. + ;; explicitly. (should (set-file-selinux-context tmp-name3 (file-selinux-context tmp-name1))) @@ -3104,7 +3104,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." (should (file-selinux-context tmp-name1)) ;; We cannot expect that copying over file system ;; boundaries keeps SELinux context. So we copy it - ;; explicitely. + ;; explicitly. (should (set-file-selinux-context tmp-name1 (file-selinux-context tmp-name3))) -- 2.39.2