; * lisp/treesit.el (treesit-ready-p): Fix typo (bug#72411).
authorEli Zaretskii <eliz@gnu.org>
Thu, 1 Aug 2024 15:25:15 +0000 (18:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 1 Aug 2024 15:25:15 +0000 (18:25 +0300)
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))