aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPaul Eggert2017-09-29 16:40:18 -0700
committerPaul Eggert2017-09-29 16:41:50 -0700
commitbbda601d1d4e125c9d3c374b56eee3e2e9623f1d (patch)
tree7df68498e8103e168d413adaa16d00269887da4f /test
parent695cf5300b4f5b0a8f3bd615b3259a99c5532b5e (diff)
downloademacs-bbda601d1d4e125c9d3c374b56eee3e2e9623f1d.tar.gz
emacs-bbda601d1d4e125c9d3c374b56eee3e2e9623f1d.zip
; Spelling fixes
Diffstat (limited to 'test')
-rw-r--r--test/lisp/net/tramp-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index bfdc3017804..d430caec8aa 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -2720,7 +2720,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
2720 (file-symlink-p tmp-name5))) 2720 (file-symlink-p tmp-name5)))
2721 ;; `smbclient' does not show symlinks in directories, so 2721 ;; `smbclient' does not show symlinks in directories, so
2722 ;; we cannot delete a non-empty directory. We delete the 2722 ;; we cannot delete a non-empty directory. We delete the
2723 ;; file explicitely. 2723 ;; file explicitly.
2724 (delete-file tmp-name5)) 2724 (delete-file tmp-name5))
2725 2725
2726 ;; Cleanup. 2726 ;; Cleanup.