Skip to content

Commit 6c05400

Browse files
committed
[ci skip] Fix typo in comments
1 parent b3bc82f commit 6c05400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SCons/Node/Alias.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def build(self, **kw) -> None:
109109
if len(self.executor.post_actions) + len(self.executor.pre_actions) > 0:
110110
# Only actually call Node's build() if there are any
111111
# pre or post actions.
112-
# Alias node's will get 1 action and Alias.build()
112+
# Alias nodes will get 1 action and Alias.build()
113113
# This fixes GH Issue #2281
114114
return self.really_build(**kw)
115115

0 commit comments

Comments
 (0)