tag: 1.2
commit eec30e337a2a9775da470e7a6a0b3d3fb3c20b88
Author: Dale Sedivec <[email protected]>
Commit: MichaĆ Krzywkowski <[email protected]>
Fix misspelling of "outstanding" (#74)
Copyright-paperwork-exempt: yes
* eglot.el (eglot--mode-line-format): Fix a typo.
---
eglot.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eglot.el b/eglot.el
index 75d3857..3d77a4f 100644
--- a/eglot.el
+++ b/eglot.el
@@ -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"))))))))))