emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/tree-sitter 851a8f65e9: ; Fix typos in treesit.c


From: Stefan Kangas
Subject: feature/tree-sitter 851a8f65e9: ; Fix typos in treesit.c
Date: Tue, 18 Oct 2022 01:40:00 -0400 (EDT)

branch: feature/tree-sitter
commit 851a8f65e9a6b00b51f6a41f4c8f2ec2a797862b
Author: Daniel Martín <mardani29@yahoo.es>
Commit: Stefan Kangas <stefankangas@gmail.com>

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

diff --git a/src/treesit.c b/src/treesit.c
index b0b20e8b25..990a029ed1 100644
--- a/src/treesit.c
+++ b/src/treesit.c
@@ -469,7 +469,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,
@@ -2771,7 +2771,7 @@ function provided by the library.  */);
               /* 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]