emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 720322a: ; Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] emacs-26 720322a: ; Spelling fixes
Date: Thu, 16 Nov 2017 03:01:07 -0500 (EST)

branch: emacs-26
commit 720322aab8cd8ffc24481f280c3acf60efdbc28b
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; 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 940379c..e7831a3 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 8e7cd13..f3cb810 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 1f4aa6d..da08bb0 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 68236da..77b1e2d 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]