From eae904fc9cc1d51eee4b7f08cc4e83d130e60a7c Mon Sep 17 00:00:00 2001 From: Dale Sedivec Date: Sun, 21 Oct 2018 15:02:47 -0500 Subject: [PATCH] Fix misspelling of "outstanding" () Copyright-paperwork-exempt: yes * eglot.el (eglot--mode-line-format): Fix a typo. GitHub-reference: https://github.com/joaotavora/eglot/issues/74 --- lisp/progmodes/eglot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 75d38573e9a..3d77a4faf4a 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/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")))))))))) -- 2.39.2