From: Dale Sedivec Date: Sun, 21 Oct 2018 20:02:47 +0000 (-0500) Subject: Fix misspelling of "outstanding" () X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~417 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eae904fc9cc1d51eee4b7f08cc4e83d130e60a7c;p=emacs.git 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 --- 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"))))))))))