diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-22 10:13:46 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-22 10:14:11 -0800 |
commit | 73349822cbd6e50526eda9c75453584d73dfca83 (patch) | |
tree | 444c07a3fbaaf3b2b02e1a08a18bad5bab7bbef0 /lisp/vc/ediff-init.el | |
parent | b10bd71987cdeb753c106145d6270a359505359c (diff) | |
download | emacs-73349822cbd6e50526eda9c75453584d73dfca83.tar.gz emacs-73349822cbd6e50526eda9c75453584d73dfca83.tar.bz2 emacs-73349822cbd6e50526eda9c75453584d73dfca83.zip |
; Spelling fixes
Diffstat (limited to 'lisp/vc/ediff-init.el')
-rw-r--r-- | lisp/vc/ediff-init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/ediff-init.el b/lisp/vc/ediff-init.el index b0d5d2fabc4..c96a9684ac8 100644 --- a/lisp/vc/ediff-init.el +++ b/lisp/vc/ediff-init.el @@ -318,7 +318,7 @@ It needs to be killed when we quit the session.") (defsubst ediff-patch-metajob (&optional metajob) (memq (or metajob ediff-metajob-name) '(ediff-multifile-patch))) -;; metajob involving only one group of files, such as multipatch or directory +;; metajob involving only one group of files, such as multi-patch or directory ;; revision (defsubst ediff-one-filegroup-metajob (&optional metajob) (or (ediff-revision-metajob metajob) |