diff options
| author | Stefan Kangas | 2024-01-20 21:08:52 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2024-01-20 21:15:35 +0100 |
| commit | 9841ced147f8a198da58a7925c0be55e2ed8dc75 (patch) | |
| tree | 5a57fd4a1b2c91f3657ca6023b147ddb299dba6e | |
| parent | 557ed9c04634aaacaafb9bf3066d33b1644912ac (diff) | |
| download | emacs-9841ced147f8a198da58a7925c0be55e2ed8dc75.tar.gz emacs-9841ced147f8a198da58a7925c0be55e2ed8dc75.zip | |
; Fix typos
| -rw-r--r-- | admin/codespell/codespell.exclude | 1 | ||||
| -rw-r--r-- | lisp/net/tramp-crypt.el | 2 |
2 files changed, 2 insertions, 1 deletions
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 | |||
| 1548 | (ert-info ("Joined by bouncer to #foo, pal persent") | 1548 | (ert-info ("Joined by bouncer to #foo, pal persent") |
| 1549 | (ert-info ("Joined by bouncer to #chan@foonet, pal persent") | 1549 | (ert-info ("Joined by bouncer to #chan@foonet, pal persent") |
| 1550 | (ert-info ("Joined by bouncer to #chan@barnet, pal persent") | 1550 | (ert-info ("Joined by bouncer to #chan@barnet, pal persent") |
| 1551 | .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." | |||
| 862 | 'unlock-file (tramp-crypt-encrypt-file-name filename)))) | 862 | 'unlock-file (tramp-crypt-encrypt-file-name filename)))) |
| 863 | 863 | ||
| 864 | (defun tramp-crypt-cleanup-connection (vec) | 864 | (defun tramp-crypt-cleanup-connection (vec) |
| 865 | "Cleanup crypt ressources determined by VEC." | 865 | "Cleanup crypt resources determined by VEC." |
| 866 | (let ((tramp-cleanup-connection-hook | 866 | (let ((tramp-cleanup-connection-hook |
| 867 | (remove | 867 | (remove |
| 868 | #'tramp-crypt-cleanup-connection tramp-cleanup-connection-hook))) | 868 | #'tramp-crypt-cleanup-connection tramp-cleanup-connection-hook))) |