emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot 504fd25 14/45: Fix misspelling of "outstanding" (


From: João Távora
Subject: [elpa] externals/eglot 504fd25 14/45: Fix misspelling of "outstanding" (#74)
Date: Thu, 22 Nov 2018 19:15:28 -0500 (EST)

branch: externals/eglot
commit 504fd25c50932cafbc5117a8556f7a4e7c9cfd19
Author: Dale Sedivec <address@hidden>
Commit: Michał Krzywkowski <address@hidden>

    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"))))))))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]