summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-11-11 10:22:29 +0200
committerEli Zaretskii <eliz@gnu.org>2022-11-11 10:22:29 +0200
commit05d1186b7af9b4daf4c067526ff390d53ac866ae (patch)
tree12490022ed2086d4913e4038f98a2d94ada64146 /lisp/progmodes
parentd764a2bfa88c4b33a290acd088ef4a4315d8902d (diff)
downloademacs-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.el2
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://"