unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#58600: 29.0.50; [PATCH] Fix a few typos in treesit.c
       [not found] <m1lepem4pi.fsf.ref@yahoo.es>
@ 2022-10-17 23:05 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-10-18  5:43   ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-10-17 23:05 UTC (permalink / raw)
  To: 58600

[-- Attachment #1: Type: text/plain, Size: 56 bytes --]


Just fixed a couple of typos I've found in treesit.c.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Fix-typos-in-treesit.c.patch --]
[-- Type: text/x-patch, Size: 1505 bytes --]

From 6ddbab79d5f18b769164b63b11db43286e14c709 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Mart=C3=ADn?= <mardani29@yahoo.es>
Date: Tue, 18 Oct 2022 01:00:13 +0200
Subject: [PATCH] ; Fix typos in treesit.c

* src/treesit.c: Fix a couple of typos.
---
 src/treesit.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/treesit.c b/src/treesit.c
index 8417b3bb1c..751607eb8a 100644
--- a/src/treesit.c
+++ b/src/treesit.c
@@ -465,7 +465,7 @@ treesit_find_override_name (Lisp_Object language_symbol, Lisp_Object *name,
 
 /* For example, if Vdynamic_library_suffixes is (".so", ".dylib"),
    this function pushes "lib_base_name.so" and "lib_base_name.dylib"
-   into *path_candidates.  Obiviously path_candidates should be a Lisp
+   into *path_candidates.  Obviously path_candidates should be a Lisp
    list of Lisp strings.  */
 static void
 treesit_load_language_push_for_each_suffix (Lisp_Object lib_base_name,
@@ -2746,7 +2746,7 @@ syms_of_treesit (void)
 	       /* Additional directories to look for tree-sitter language definitions.
 The value should be a list of directories.
 When trying to load a tree-sitter language definition,
-Emacs first looks in the directories mentioned in in this variable,
+Emacs first looks in the directories mentioned in this variable,
 then in the `tree-sitter' subdirectory of `user-emacs-directory', and
 then in the system default locations for dynamic libraries, in that order.  */);
   Vtreesit_extra_load_path = Qnil;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58600: 29.0.50; [PATCH] Fix a few typos in treesit.c
  2022-10-17 23:05 ` bug#58600: 29.0.50; [PATCH] Fix a few typos in treesit.c Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-10-18  5:43   ` Stefan Kangas
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Kangas @ 2022-10-18  5:43 UTC (permalink / raw)
  To: Daniel Martín, 58600-done

Daniel Martín via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs@gnu.org> writes:

> Just fixed a couple of typos I've found in treesit.c.

Thanks, pushed (commit 851a8f65e9).





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-18  5:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <m1lepem4pi.fsf.ref@yahoo.es>
2022-10-17 23:05 ` bug#58600: 29.0.50; [PATCH] Fix a few typos in treesit.c Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-10-18  5:43   ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).