; Fix typos
This commit is contained in:
parent
557ed9c046
commit
9841ced147
2 changed files with 2 additions and 1 deletions
|
@ -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 #foo, pal persent")
|
||||||
(ert-info ("Joined by bouncer to #chan@foonet, pal persent")
|
(ert-info ("Joined by bouncer to #chan@foonet, pal persent")
|
||||||
(ert-info ("Joined by bouncer to #chan@barnet, pal persent")
|
(ert-info ("Joined by bouncer to #chan@barnet, pal persent")
|
||||||
|
.UE .
|
||||||
|
|
|
@ -862,7 +862,7 @@ WILDCARD is not supported."
|
||||||
'unlock-file (tramp-crypt-encrypt-file-name filename))))
|
'unlock-file (tramp-crypt-encrypt-file-name filename))))
|
||||||
|
|
||||||
(defun tramp-crypt-cleanup-connection (vec)
|
(defun tramp-crypt-cleanup-connection (vec)
|
||||||
"Cleanup crypt ressources determined by VEC."
|
"Cleanup crypt resources determined by VEC."
|
||||||
(let ((tramp-cleanup-connection-hook
|
(let ((tramp-cleanup-connection-hook
|
||||||
(remove
|
(remove
|
||||||
#'tramp-crypt-cleanup-connection tramp-cleanup-connection-hook)))
|
#'tramp-crypt-cleanup-connection tramp-cleanup-connection-hook)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue