diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-14 13:05:20 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-14 13:05:20 -0800 |
commit | fac916bfd7f839a654c839dca609d0d75a77846a (patch) | |
tree | 814ac4124d77813a777326165c5e234cd4c54132 /lisp/vc/ediff-ptch.el | |
parent | 898169a2d88c3538cdfd41feb0b16267165065bd (diff) | |
download | emacs-fac916bfd7f839a654c839dca609d0d75a77846a.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/vc/ediff-ptch.el')
-rw-r--r-- | lisp/vc/ediff-ptch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/ediff-ptch.el b/lisp/vc/ediff-ptch.el index ef273c610fe..6563dca5ec6 100644 --- a/lisp/vc/ediff-ptch.el +++ b/lisp/vc/ediff-ptch.el @@ -373,7 +373,7 @@ other files, enter /dev/null (concat actual-dir (cdr proposed-file-names))))) )) ediff-patch-map) - ;; Check for the existing files in each pair and discard the nonexisting + ;; Check for the existing files in each pair and discard the nonexistent ;; ones. If both exist, ask the user. (mapcar (lambda (session-info) (let* ((file1 (car (ediff-get-session-objA-name session-info))) |