diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-08-21 04:17:30 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-08-21 04:17:53 -0700 |
commit | 886b9ed80c88b8f729ea9760f904b8c0ef63664f (patch) | |
tree | 336aaf09e3bd9e484ca68d67734b0f0054fff46a /test | |
parent | b1601a95ea6337abef04544c92552caa0a5bcbca (diff) |
; Spelling fixes
Diffstat (limited to 'test')
-rw-r--r-- | test/lisp/net/tramp-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 1735693cc2..5d9d3a039b 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -1943,7 +1943,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." (let ((default-directory tramp-test-temporary-file-directory) tmp-file) - ;; The remote host shall know a tempory file directory. + ;; The remote host shall know a temporary file directory. (should (stringp (temporary-file-directory))) (should (string-equal |