From: Robert Pluim Date: Mon, 18 Jul 2022 14:54:16 +0000 (+0200) Subject: ; Fix typo missed in previous change X-Git-Tag: emacs-28.1.91~37 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=282dde887db163b25b31fba3bf10a80f2b93203c;p=emacs.git ; Fix typo missed in previous change --- 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))