From 27d23958793b5b97dc7d9606c692972410f51c8b Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 22 Dec 2023 17:14:09 +0100 Subject: [PATCH] ; Fix typos --- lisp/jsonrpc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/jsonrpc.el b/lisp/jsonrpc.el index 453452b4520..8951954f842 100644 --- a/lisp/jsonrpc.el +++ b/lisp/jsonrpc.el @@ -626,7 +626,7 @@ With optional CLEANUP, kill any associated buffers." (when-let ((actions (hash-table-values (jsonrpc--deferred-actions connection)))) (jsonrpc--run-event-hook connection 'internal - :log-text (format "re-attempting deffered requests %s" + :log-text (format "re-attempting deferred requests %s" (mapcar (apply-partially #'nth 2) actions))) (mapc #'funcall (mapcar #'car actions)))) @@ -786,7 +786,7 @@ Return the full continuation (ID SUCCESS-FN ERROR-FN TIMER)" (funcall success-fn result))) (t ;; For clarity. This happens if the `jsonrpc-request' was - ;; cancelled + ;; canceled )))) (cl-defun jsonrpc--async-request-1 (connection -- 2.39.2