; Fix typos

This commit is contained in:
Stefan Kangas
2022-12-26 10:43:57 +01:00
parent 43c7e05a2a
commit 9292f595a7
22 changed files with 36 additions and 36 deletions

View File

@@ -1192,7 +1192,7 @@ fontified."
"Check whether NODE is a variable.
NODE's type should be \"identifier\"."
;; An identifier can be a function/class name, a property, or a
;; variables. This funtion filters out function/class names and
;; variables. This function filters out function/class names and
;; properties.
(pcase (treesit-node-type (treesit-node-parent node))
((or "function_definition" "class_definition") nil)