summaryrefslogtreecommitdiff
path: root/lisp/vc-dir.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2009-10-04 02:11:57 +0000
committerJuanma Barranquero <lekktu@gmail.com>2009-10-04 02:11:57 +0000
commitb4dc7d98882432c9c14c0edb91021bb4868f185e (patch)
treedbf2524c7a53feb3b68673621be1550307f94087 /lisp/vc-dir.el
parenta30e71aee84b52e1de298a29a96888150711e4a5 (diff)
Fix typos in comments.
Diffstat (limited to 'lisp/vc-dir.el')
-rw-r--r--lisp/vc-dir.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-dir.el b/lisp/vc-dir.el
index f78ca1806c..66858beddd 100644
--- a/lisp/vc-dir.el
+++ b/lisp/vc-dir.el
@@ -321,7 +321,7 @@ If BODY uses EVENT, it should be a variable,
(defun vc-dir-node-directory (node)
;; Compute the directory for NODE.
- ;; If it's a directory node, get it from the the node.
+ ;; If it's a directory node, get it from the node.
(let ((data (ewoc-data node)))
(or (vc-dir-fileinfo->directory data)
;; Otherwise compute it from the file name.