diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-11-11 10:22:29 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-11-11 10:22:29 +0200 |
commit | 05d1186b7af9b4daf4c067526ff390d53ac866ae (patch) | |
tree | 12490022ed2086d4913e4038f98a2d94ada64146 /lisp/progmodes | |
parent | d764a2bfa88c4b33a290acd088ef4a4315d8902d (diff) | |
download | emacs-05d1186b7af9b4daf4c067526ff390d53ac866ae.tar.gz emacs-05d1186b7af9b4daf4c067526ff390d53ac866ae.tar.bz2 emacs-05d1186b7af9b4daf4c067526ff390d53ac866ae.zip |
; Fix a typo in last change.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/eglot.el | 2 |
1 files changed, 1 insertions, 1 deletions
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://" |