]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix a typo in last change.
authorEli Zaretskii <eliz@gnu.org>
Fri, 11 Nov 2022 08:22:29 +0000 (10:22 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 11 Nov 2022 08:22:29 +0000 (10:22 +0200)
lisp/progmodes/eglot.el

index 23f6d8e76d438bffff659f9278caf6adb8ea30e8..7c80c8826ade4b5a2bafd58ab114f012806bcf9e 100644 (file)
@@ -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://"