emacs-diffs
[Top][All Lists]
Advanced

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

master 05d1186b7a: ; Fix a typo in last change.


From: Eli Zaretskii
Subject: master 05d1186b7a: ; Fix a typo in last change.
Date: Fri, 11 Nov 2022 03:22:56 -0500 (EST)

branch: master
commit 05d1186b7af9b4daf4c067526ff390d53ac866ae
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix a typo in last change.
---
 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 23f6d8e76d..7c80c8826a 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -1503,7 +1503,7 @@ If optional MARKER, return a marker instead"
   (let ((truepath (file-truename path)))
     (if (url-type (url-generic-parse-url truepath))
         ;; Path is already a URI, so forward it to the LSP server
-        ;; untouched.  The server shopuld be able to handle it, since
+        ;; untouched.  The server should be able to handle it, since
         ;; it provided this URI to clients in the first place.
         truepath
       (concat "file://"



reply via email to

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