diff options
author | Robert Pluim <rpluim@gmail.com> | 2022-07-18 16:54:16 +0200 |
---|---|---|
committer | Robert Pluim <rpluim@gmail.com> | 2022-07-18 16:54:16 +0200 |
commit | 282dde887db163b25b31fba3bf10a80f2b93203c (patch) | |
tree | f6299da8e378834e13a3f52f8f89ab1bfa1d9cd0 /lisp/net/tramp-crypt.el | |
parent | 62c47ffd5fac6f76d106d6f7032f78f59877a783 (diff) | |
download | emacs-282dde887db163b25b31fba3bf10a80f2b93203c.tar.gz emacs-282dde887db163b25b31fba3bf10a80f2b93203c.tar.bz2 emacs-282dde887db163b25b31fba3bf10a80f2b93203c.zip |
; Fix typo missed in previous change
Diffstat (limited to 'lisp/net/tramp-crypt.el')
-rw-r--r-- | lisp/net/tramp-crypt.el | 2 |
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)) |