summaryrefslogtreecommitdiff
path: root/lisp/jsonrpc.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-23 05:43:19 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-23 05:49:22 +0100
commit5e8c62ffcae473b89e268e0081d4041fb19abef7 (patch)
treea091dfb0a81648ac56e3df27d434ebe3edf0b4a3 /lisp/jsonrpc.el
parent17ed39cc8da1681bffc67907d3a76ef3d75917fd (diff)
downloademacs-5e8c62ffcae473b89e268e0081d4041fb19abef7.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 1387fa36929..90833e1c1d7 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, cancelation is handled by the
+ ;; In normal operation, cancellation 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.