emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 282dde887d: ; Fix typo missed in previous change


From: Robert Pluim
Subject: emacs-28 282dde887d: ; Fix typo missed in previous change
Date: Mon, 18 Jul 2022 10:56:08 -0400 (EDT)

branch: emacs-28
commit 282dde887db163b25b31fba3bf10a80f2b93203c
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    ; Fix typo missed in previous change
---
 lisp/net/tramp-crypt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/tramp-crypt.el b/lisp/net/tramp-crypt.el
index 47280b880e..9588e6a1a8 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]