emacs-diffs
[Top][All Lists]
Advanced

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

master 27d23958793: ; Fix typos


From: Stefan Kangas
Subject: master 27d23958793: ; Fix typos
Date: Fri, 22 Dec 2023 11:19:49 -0500 (EST)

branch: master
commit 27d23958793b5b97dc7d9606c692972410f51c8b
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; 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



reply via email to

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