diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-05-15 11:15:06 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-05-15 11:15:06 +0200 |
commit | 09674074b57bee74ff1039f8ef08c2dea321c0da (patch) | |
tree | c8b866aca602a22a867a77eaab6eab1c8146db1c /test/lisp/net | |
parent | aaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff) | |
download | emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.bz2 emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.zip |
; Fix typos
Diffstat (limited to 'test/lisp/net')
-rw-r--r-- | test/lisp/net/tramp-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index fa5a614fbf4..d9c5df17908 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -6461,7 +6461,7 @@ This requires restrictions of file name syntax." (defun tramp--test-asynchronous-processes-p () "Whether asynchronous processes tests are run. -This is used in tests which we dont't want to tag +This is used in tests which we don't want to tag `:tramp-asynchronous-processes' completely." (and (ert-select-tests @@ -6484,7 +6484,7 @@ This does not support some special file names." (defun tramp--test-expensive-test-p () "Whether expensive tests are run. -This is used in tests which we dont't want to tag `:expensive' +This is used in tests which we don't want to tag `:expensive' completely." (ert-select-tests (ert--stats-selector ert--current-run-stats) |