; Fix typos

This commit is contained in:
Stefan Kangas 2024-01-20 21:08:52 +01:00
parent 557ed9c046
commit 9841ced147
2 changed files with 2 additions and 1 deletions

View file

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

View file

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