From ec1bf96a761b7471c531461c070e34a0584ef6e2 Mon Sep 17 00:00:00 2001 From: Theodor Thornhill Date: Sun, 21 Jul 2024 12:51:42 +0200 Subject: [PATCH] ; Fix typo * lisp/treesit.el (treesit-ready-p): Minor typo fix. (cherry picked from commit cdca1ba2e9dbbe2bb469c91179cdda4fd4585bb0) --- lisp/treesit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/treesit.el b/lisp/treesit.el index 42215333699..c91864725da 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -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)) -- 2.39.2