summaryrefslogtreecommitdiff
path: root/test/lisp
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-11-16 00:00:31 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-11-16 00:01:00 -0800
commit720322aab8cd8ffc24481f280c3acf60efdbc28b (patch)
tree27c318b89cc1e71a042dc9f51323982d189cdb84 /test/lisp
parent617c55681307c2d8203778c9f654f279c7bddb27 (diff)
downloademacs-720322aab8cd8ffc24481f280c3acf60efdbc28b.tar.gz
; Spelling fixes
Diffstat (limited to 'test/lisp')
-rw-r--r--test/lisp/net/tramp-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 68236daf49b..77b1e2dcc9f 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -3070,7 +3070,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
(should (file-selinux-context tmp-name3))
;; We cannot expect that copying over file system
;; boundaries keeps SELinux context. So we copy it
- ;; explicitely.
+ ;; explicitly.
(should
(set-file-selinux-context
tmp-name3 (file-selinux-context tmp-name1)))
@@ -3104,7 +3104,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
(should (file-selinux-context tmp-name1))
;; We cannot expect that copying over file system
;; boundaries keeps SELinux context. So we copy it
- ;; explicitely.
+ ;; explicitly.
(should
(set-file-selinux-context
tmp-name1 (file-selinux-context tmp-name3)))