summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-05-08 00:14:15 -0700
committerGlenn Morris <rgm@gnu.org>2014-05-08 00:14:15 -0700
commit1b70208568325f4c73bd88a399c2a19f8177d366 (patch)
tree5103952b79a9d6d0d836cf5daa36c617fd6b87d3
parentb2a929a2e69f8191a18f7d3b199c8ce7add720c0 (diff)
downloademacs-1b70208568325f4c73bd88a399c2a19f8177d366.tar.gz
Fix comment typo in previous
-rw-r--r--test/automated/vc-bzr.el2
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