From 1b70208568325f4c73bd88a399c2a19f8177d366 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 8 May 2014 00:14:15 -0700 Subject: Fix comment typo in previous --- test/automated/vc-bzr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3