]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comment typo in previous
authorGlenn Morris <rgm@gnu.org>
Thu, 8 May 2014 07:14:15 +0000 (00:14 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 8 May 2014 07:14:15 +0000 (00:14 -0700)
test/automated/vc-bzr.el

index 07e821064ca62301ce816bc94ed7c5938bf128ac..aae4ed26466797c6ec0c8762b5c8df03c780d1f0 100644 (file)
@@ -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