summaryrefslogtreecommitdiffstats
path: root/bin/scons-proc.py
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2020-04-09 16:24:02 (GMT)
committerMats Wichmann <mats@linux.com>2020-04-09 16:24:02 (GMT)
commit268db381120e63c6790255c808aa53d8c01308ce (patch)
tree94480eff5acd2963e931a91d0c8258a689063a65 /bin/scons-proc.py
parent12d874591e3879f2cdc26be7cfe8848e9af0d331 (diff)
downloadSCons-268db381120e63c6790255c808aa53d8c01308ce.zip
SCons-268db381120e63c6790255c808aa53d8c01308ce.tar.gz
SCons-268db381120e63c6790255c808aa53d8c01308ce.tar.bz2
[PR #3602] fix typo complained about by Sider [ci skip]
enviroment -> environment (inside a docstring) Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'bin/scons-proc.py')
-rw-r--r--bin/scons-proc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/scons-proc.py b/bin/scons-proc.py
index 24248ae..6c1f66a 100644
--- a/bin/scons-proc.py
+++ b/bin/scons-proc.py
@@ -293,7 +293,7 @@ class Function(SConsThing):
"""emit xml for an scons function
The signature attribute controls whether to emit the
- global function, the enviroment method, or both.
+ global function, the environment method, or both.
"""
if self.arguments is None:
a = stf.newNode("arguments")