From c0fe5b574808b095b613577369b569981bd55487 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 29 Jan 2021 21:02:12 -0500 Subject: Fix typo in comment. --- starling/node.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starling/node.scm b/starling/node.scm index 8247b31..8e16c4f 100644 --- a/starling/node.scm +++ b/starling/node.scm @@ -304,7 +304,7 @@ ;; Remove from name index. (when (name node) (hashq-remove! (children-by-name p) (name node))) - ;; Detaching deactives the node and all of its children. + ;; Detaching deactivates the node and all of its children. (when (active? node) (deactivate node)) (set! (parent node) #f) -- cgit v1.2.3