From: Theodor Thornhill Date: Sun, 21 Jul 2024 10:51:42 +0000 (+0200) Subject: ; Fix typo X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec1bf96a761b7471c531461c070e34a0584ef6e2;p=emacs.git ; Fix typo * lisp/treesit.el (treesit-ready-p): Minor typo fix. (cherry picked from commit cdca1ba2e9dbbe2bb469c91179cdda4fd4585bb0) --- 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))