From 6c05400e821bbd630d44759c2baed99862a021c5 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 21 Jan 2025 09:20:11 -0800 Subject: [ci skip] Fix typo in comments --- SCons/Node/Alias.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCons/Node/Alias.py b/SCons/Node/Alias.py index a3986e4..6041581 100644 --- a/SCons/Node/Alias.py +++ b/SCons/Node/Alias.py @@ -109,7 +109,7 @@ class Alias(SCons.Node.Node): if len(self.executor.post_actions) + len(self.executor.pre_actions) > 0: # Only actually call Node's build() if there are any # pre or post actions. - # Alias node's will get 1 action and Alias.build() + # Alias nodes will get 1 action and Alias.build() # This fixes GH Issue #2281 return self.really_build(**kw) -- cgit v0.12