; Fix typo missed in previous change

This commit is contained in:
Robert Pluim 2022-07-18 16:54:16 +02:00
parent 62c47ffd5f
commit 282dde887d

View file

@ -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))