]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Nov 2017 08:00:31 +0000 (00:00 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Nov 2017 08:01:00 +0000 (00:01 -0800)
ChangeLog.3
lisp/progmodes/perl-mode.el
lisp/progmodes/ruby-mode.el
test/lisp/net/tramp-tests.el

index 940379cf60a0adedbed06b6f7bbc23eb0960ef72..e7831a37aacb795e9df5ff838702bdc5bdec8959 100644 (file)
        * 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.
        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.
 
index 8e7cd13088f74526b129c928c9f41907a0e3cf7d..f3cb81091336b8b5c99f067cfdb206dbf33c93ee 100644 (file)
@@ -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"))
 
index 1f4aa6d9fbdcefcae272bc21a28ef5afc5e51b03..da08bb0788e1c3eb07ce68d8d7466a50af6e11a2 100644 (file)
@@ -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"))
 
index 68236daf49b8c096701758b8d2afef1a3ae5abf9..77b1e2dcc9f810c0d383c12f17583653e19ffb72 100644 (file)
@@ -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)))