diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-01 16:36:09 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-01 16:36:09 +0100 |
commit | 70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (patch) | |
tree | 27d9ebd0090f107cb4381b8155e08097c988a471 /test/lisp/net/tramp-tests.el | |
parent | a86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4 (diff) | |
download | emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.gz emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.bz2 emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.zip |
; Fix typos (don't abbreviate "with" or "without")
Diffstat (limited to 'test/lisp/net/tramp-tests.el')
-rw-r--r-- | test/lisp/net/tramp-tests.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 6ffb8a65292..79b2fc803d6 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -6597,20 +6597,20 @@ INPUT, if non-nil, is a string sent to the process." (defun tramp--test-emacs27-p () "Check for Emacs version >= 27.1. -Some semantics has been changed for there, w/o new functions or -variables, so we check the Emacs version directly." +Some semantics has been changed for there, without new functions +or variables, so we check the Emacs version directly." (>= emacs-major-version 27)) (defun tramp--test-emacs28-p () "Check for Emacs version >= 28.1. -Some semantics has been changed for there, w/o new functions or -variables, so we check the Emacs version directly." +Some semantics has been changed for there, without new functions +or variables, so we check the Emacs version directly." (>= emacs-major-version 28)) (defun tramp--test-emacs29-p () "Check for Emacs version >= 29.1. -Some semantics has been changed for there, w/o new functions or -variables, so we check the Emacs version directly." +Some semantics has been changed for there, without new functions +or variables, so we check the Emacs version directly." (>= emacs-major-version 29)) (defun tramp--test-adb-p () |