summaryrefslogtreecommitdiffstats
path: root/test/Actions
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2022-06-01 21:28:03 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2022-06-01 21:28:03 (GMT)
commitc9c678683a3944b0500a8ce68c80d7c5d48c9230 (patch)
tree36559ee115cc499770e413eb2ac89ae7c82f0034 /test/Actions
parentf262fbd6bacf1c0d7f26d747d853b9ce909f4442 (diff)
downloadSCons-c9c678683a3944b0500a8ce68c80d7c5d48c9230.zip
SCons-c9c678683a3944b0500a8ce68c80d7c5d48c9230.tar.gz
SCons-c9c678683a3944b0500a8ce68c80d7c5d48c9230.tar.bz2
Updated CHANGES/RELEASE to be a bit simpler. Fixed typo in docs for SHELL_ENV_GENERATORS.
Diffstat (limited to 'test/Actions')
-rw-r--r--test/Actions/subst_shell_env.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Actions/subst_shell_env.py b/test/Actions/subst_shell_env.py
index d26f0ae..02ba640 100644
--- a/test/Actions/subst_shell_env.py
+++ b/test/Actions/subst_shell_env.py
@@ -25,7 +25,7 @@
"""
Verify that shell environment variables can be expanded per target/source
-when exectuting actions on the command line.
+when executing actions on the command line.
"""
import os