Skip to content

Commit 9b933a6

Browse files
committed
; Fix typos
1 parent 1cdc5cd commit 9b933a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/misc/eglot.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@ Elisp plists (@pxref{JSONRPC objects in Elisp}).
13781378
The Eglot generic function machinery will automatically destructure
13791379
the incoming message, so these two properties can simply be added to
13801380
the new method's lambda list as @code{&key} arguments. Also, the
1381-
@code{eglot-uri-to-path} and@code{eglot-range-region} may be used to
1381+
@code{eglot-uri-to-path} and @code{eglot-range-region} may be used to
13821382
easily parse the LSP @code{:uri} and @code{:start ... :end ...}
13831383
objects to obtain Emacs objects for file names and positions.
13841384

src/alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
105105
or a new vector block is allocated (allocate_vector_from_block).
106106
Accordingly, objects reused from the free list are unpoisoned.
107107
108-
This feature can be disabled wtih the run-time flag
108+
This feature can be disabled with the run-time flag
109109
`allow_user_poisoning' set to zero. */
110110
#if ADDRESS_SANITIZER && defined HAVE_SANITIZER_ASAN_INTERFACE_H \
111111
&& !defined GC_ASAN_POISON_OBJECTS

0 commit comments

Comments
 (0)