summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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