Skip to content

Commit

Permalink
Fix misspelling of "outstanding" (#74)
Browse files Browse the repository at this point in the history
Copyright-paperwork-exempt: yes

* eglot.el (eglot--mode-line-format): Fix a typo.

(#74: joaotavora/eglot#74
  • Loading branch information
dsedivec authored and mkcms committed Oct 24, 2018
1 parent 39473c1 commit 2eb4b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/progmodes/eglot.el
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ Uses THING, FACE, DEFS and PREPEND."
'compilation-mode-line-run '())))
,@(when (cl-plusp pending)
`("/" ,(eglot--mode-line-props
(format "%d oustanding requests" pending) 'warning
(format "%d outstanding requests" pending) 'warning
'((mouse-3 eglot-forget-pending-continuations
"fahgettaboudit"))))))))))

Expand Down

0 comments on commit 2eb4b46

Please sign in to comment.