]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo
authorTheodor Thornhill <theo@thornhill.no>
Sun, 21 Jul 2024 10:51:42 +0000 (12:51 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 22 Jul 2024 10:38:45 +0000 (12:38 +0200)
* lisp/treesit.el (treesit-ready-p): Minor typo fix.

(cherry picked from commit cdca1ba2e9dbbe2bb469c91179cdda4fd4585bb0)

lisp/treesit.el

index 42215333699dfce127d63b364b36be5d8f99da3b..c91864725dab57b57073c3e9691b83839f47c539 100644 (file)
@@ -2977,7 +2977,7 @@ instead of emitting a warning."
     (catch 'term
       (when (not (treesit-available-p))
         (setq msg (if (fboundp 'treesit-node-p)
-                      ;; Windows loads tree-sitter dynakically.
+                      ;; Windows loads tree-sitter dynamically.
                       "tree-sitter library is not available or failed to load"
                     "Emacs is not compiled with tree-sitter library"))
         (throw 'term nil))