summaryrefslogtreecommitdiff
path: root/lisp/vc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-12-12 18:42:57 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-12-12 18:42:57 -0800
commitd19bf72ac984f788764a09bc9f1002a9e10f71d0 (patch)
treeb37ed8d26d6038f89e20b497fb9dba0ddac3933e /lisp/vc
parent7fc616afcfbaebea1658149da269110da94d6e59 (diff)
downloademacs-d19bf72ac984f788764a09bc9f1002a9e10f71d0.tar.gz
emacs-d19bf72ac984f788764a09bc9f1002a9e10f71d0.tar.bz2
emacs-d19bf72ac984f788764a09bc9f1002a9e10f71d0.zip
Spelling fixes
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/vc-dir.el2
-rw-r--r--lisp/vc/vc.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el
index 7e4bc13bd80..54496b9e631 100644
--- a/lisp/vc/vc-dir.el
+++ b/lisp/vc/vc-dir.el
@@ -1015,7 +1015,7 @@ specific headers."
"\n"))
(defun vc-dir-refresh-files (files)
- "Refresh some fies in the *VC-dir* buffer."
+ "Refresh some files in the *VC-dir* buffer."
(let ((def-dir default-directory)
(backend vc-dir-backend))
(vc-set-mode-line-busy-indicator)
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 07a3394ad94..b8be3ff7df2 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -592,7 +592,7 @@
;;
;; The vc-keep-workfiles configuration variable is gone. Used only by
;; the RCS and SCCS backends, it was an invitation to shoot self in foot
-;; when set to the (non-default) value nil. The original justication
+;; when set to the (non-default) value nil. The original justification
;; for it (saving disk space) is long obsolete.
;;
;; - The rollback method (implemented by RCS and SCCS only) is gone. See