emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 9841ced147f 3/3: ; Fix typos


From: Stefan Kangas
Subject: emacs-29 9841ced147f 3/3: ; Fix typos
Date: Sat, 20 Jan 2024 15:18:58 -0500 (EST)

branch: emacs-29
commit 9841ced147f8a198da58a7925c0be55e2ed8dc75
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix typos
---
 admin/codespell/codespell.exclude | 1 +
 lisp/net/tramp-crypt.el           | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/admin/codespell/codespell.exclude 
b/admin/codespell/codespell.exclude
index 89b8a951f93..2503f4a9a16 100644
--- a/admin/codespell/codespell.exclude
+++ b/admin/codespell/codespell.exclude
@@ -1548,3 +1548,4 @@ VERY VERY LONG STRIN | VERY VERY LONG STRIN
     (ert-info ("Joined by bouncer to #foo, pal persent")
     (ert-info ("Joined by bouncer to #chan@foonet, pal persent")
     (ert-info ("Joined by bouncer to #chan@barnet, pal persent")
+.UE .
diff --git a/lisp/net/tramp-crypt.el b/lisp/net/tramp-crypt.el
index 143327c123a..9f30cdef069 100644
--- a/lisp/net/tramp-crypt.el
+++ b/lisp/net/tramp-crypt.el
@@ -862,7 +862,7 @@ WILDCARD is not supported."
      'unlock-file (tramp-crypt-encrypt-file-name filename))))
 
 (defun tramp-crypt-cleanup-connection (vec)
-  "Cleanup crypt ressources determined by VEC."
+  "Cleanup crypt resources determined by VEC."
   (let ((tramp-cleanup-connection-hook
         (remove
          #'tramp-crypt-cleanup-connection tramp-cleanup-connection-hook)))



reply via email to

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