summaryrefslogtreecommitdiff
path: root/lisp/jsonrpc.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-21 15:39:43 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-22 02:24:20 +0100
commit40539c7587dc474b424cff732973fe8958eadf14 (patch)
treec98fb6254b98c1a2c8738edaf8141569ece244ad /lisp/jsonrpc.el
parentaeadba1418d8fc18f17b4ae415cde35e9e272e7a (diff)
downloademacs-40539c7587dc474b424cff732973fe8958eadf14.tar.gz
; Fix typos
Diffstat (limited to 'lisp/jsonrpc.el')
-rw-r--r--lisp/jsonrpc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/jsonrpc.el b/lisp/jsonrpc.el
index 90833e1c1d7..1387fa36929 100644
--- a/lisp/jsonrpc.el
+++ b/lisp/jsonrpc.el
@@ -308,7 +308,7 @@ ignored."
(setq canceled t))
`(canceled ,cancel-on-input-retval))
(t (while t (accept-process-output nil 30)))))
- ;; In normal operation, cancellation is handled by the
+ ;; In normal operation, cancelation is handled by the
;; timeout function and response filter, but we still have
;; to protect against user-quit (C-g) or the
;; `cancel-on-input' case.