diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-10-04 02:11:57 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-10-04 02:11:57 +0000 |
commit | b4dc7d98882432c9c14c0edb91021bb4868f185e (patch) | |
tree | dbf2524c7a53feb3b68673621be1550307f94087 /lisp/vc-dir.el | |
parent | a30e71aee84b52e1de298a29a96888150711e4a5 (diff) | |
download | emacs-b4dc7d98882432c9c14c0edb91021bb4868f185e.tar.gz emacs-b4dc7d98882432c9c14c0edb91021bb4868f185e.tar.bz2 emacs-b4dc7d98882432c9c14c0edb91021bb4868f185e.zip |
Fix typos in comments.
Diffstat (limited to 'lisp/vc-dir.el')
-rw-r--r-- | lisp/vc-dir.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-dir.el b/lisp/vc-dir.el index f78ca1806c0..66858beddda 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. |