diff options
author | Glenn Morris <rgm@gnu.org> | 2014-05-08 00:14:15 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-05-08 00:14:15 -0700 |
commit | 1b70208568325f4c73bd88a399c2a19f8177d366 (patch) | |
tree | 5103952b79a9d6d0d836cf5daa36c617fd6b87d3 /test | |
parent | b2a929a2e69f8191a18f7d3b199c8ce7add720c0 (diff) | |
download | emacs-1b70208568325f4c73bd88a399c2a19f8177d366.tar.gz |
Fix comment typo in previous
Diffstat (limited to 'test')
-rw-r--r-- | test/automated/vc-bzr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/vc-bzr.el b/test/automated/vc-bzr.el index 07e821064ca..aae4ed26466 100644 --- a/test/automated/vc-bzr.el +++ b/test/automated/vc-bzr.el @@ -36,7 +36,7 @@ ;; You can disable logging with BZR_LOG=/dev/null, but then ;; some commands (eg `bzr status') want to access ~/.bazaar, ;; and will abort if they cannot. I could not figure out how to - ;; stop bzr doing that, so just set HOME to a tempir for the duration. + ;; stop bzr doing that, so just set HOME to a tempdir for the duration. (let* ((homedir (make-temp-file "vc-bzr-test" t)) (bzrdir (expand-file-name "bzr" homedir)) (ignored-dir (progn |