summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2022-07-18 16:54:16 +0200
committerRobert Pluim <rpluim@gmail.com>2022-07-18 16:54:16 +0200
commit282dde887db163b25b31fba3bf10a80f2b93203c (patch)
treef6299da8e378834e13a3f52f8f89ab1bfa1d9cd0
parent62c47ffd5fac6f76d106d6f7032f78f59877a783 (diff)
downloademacs-282dde887db163b25b31fba3bf10a80f2b93203c.tar.gz
; Fix typo missed in previous change
-rw-r--r--lisp/net/tramp-crypt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-crypt.el b/lisp/net/tramp-crypt.el
index 47280b880ef..9588e6a1a8c 100644
--- a/lisp/net/tramp-crypt.el
+++ b/lisp/net/tramp-crypt.el
@@ -143,7 +143,7 @@ They are completed by \"M-x TAB\" only when encryption support is enabled."
;;;###tramp-autoload
(defsubst tramp-crypt-file-name-p (name)
"Return the encrypted remote directory NAME belongs to.
-If NAME doesn't belong to an encrypted remote directory, retun nil."
+If NAME doesn't belong to an encrypted remote directory, return nil."
(catch 'crypt-file-name-p
(and tramp-crypt-enabled (stringp name)
(not (tramp-compat-file-name-quoted-p name))