From: Eli Zaretskii Date: Fri, 11 Nov 2022 08:22:29 +0000 (+0200) Subject: ; Fix a typo in last change. X-Git-Tag: emacs-29.0.90~1616^2~198 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05d1186b7af9b4daf4c067526ff390d53ac866ae;p=emacs.git ; Fix a typo in last change. --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 23f6d8e76d4..7c80c8826ad 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://"