Commit 27d23958 authored by Stefan Kangas's avatar Stefan Kangas
Browse files

; Fix typos

parent 9370bc9d
Pipeline #27587 failed with stage
in 4 minutes and 8 seconds
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment