]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo missed in previous change
authorRobert Pluim <rpluim@gmail.com>
Mon, 18 Jul 2022 14:54:16 +0000 (16:54 +0200)
committerRobert Pluim <rpluim@gmail.com>
Mon, 18 Jul 2022 14:54:16 +0000 (16:54 +0200)
lisp/net/tramp-crypt.el

index 47280b880ef385e3ebf2136072712b5abc041ea8..9588e6a1a8ca4139eeb43684b93347a4d0c9b03e 100644 (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))