summaryrefslogtreecommitdiff
path: root/lisp/progmodes/flymake.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-11-12 13:50:55 +0100
committerStefan Kangas <stefan@marxist.se>2021-11-12 13:59:58 +0100
commit42d4e24ff3f13ccbd401d93d70ecdee99b88a26d (patch)
treeaeef828e8a85139d1fcebabc85b2a07bce4b2229 /lisp/progmodes/flymake.el
parent0d0125daaeb77af5aa6091059ff6d0c1ce9f6cff (diff)
downloademacs-42d4e24ff3f13ccbd401d93d70ecdee99b88a26d.tar.gz
; Fix typos
Diffstat (limited to 'lisp/progmodes/flymake.el')
-rw-r--r--lisp/progmodes/flymake.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index 403925c8557..4f9506c98b9 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -332,7 +332,7 @@ retrieval with `flymake-diagnostic-data'.
If LOCUS is a buffer BEG and END should be buffer positions
inside it. If LOCUS designates a file, BEG and END should be a
cons (LINE . COL) indicating a file position. In this second
-case, END may be ommited in which case the region is computed
+case, END may be omitted in which case the region is computed
using `flymake-diag-region' if the diagnostic is appended to an
actual buffer.
@@ -870,7 +870,7 @@ and other buffers."
(dolist (d diags) (setf (flymake--diag-backend d) backend))
(save-restriction
(widen)
- ;; First, clean up. Remove diagnostics from bookeeping lists and
+ ;; First, clean up. Remove diagnostics from bookkeeping lists and
;; their overlays from buffers.
;;
(cond