Skip to content

Commit

Permalink
[ci skip] Fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbaddog committed Jan 21, 2025
1 parent b3bc82f commit 6c05400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCons/Node/Alias.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def build(self, **kw) -> None:
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)

Expand Down

0 comments on commit 6c05400

Please sign in to comment.