From 7915580a6a6b52a5cbc26c2e85d93b96b2a0052c Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Mon, 10 Jan 2022 16:15:42 -0700 Subject: sider: typo fix [skip appveyor] Signed-off-by: Mats Wichmann --- SCons/Environment.xml | 2 +- SCons/Tool/tex.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SCons/Environment.xml b/SCons/Environment.xml index 630d77b..e10aef3 100644 --- a/SCons/Environment.xml +++ b/SCons/Environment.xml @@ -1446,7 +1446,7 @@ Find an executable from one or more choices: progs may be a string or a list of strings. Returns the first value from progs that was found, or None. -Executable is searched by checking the paths in the execution enviroment +Executable is searched by checking the paths in the execution environment (env['ENV']['PATH']). On Windows systems, additionally applies the filename suffixes found in the execution environment diff --git a/SCons/Tool/tex.py b/SCons/Tool/tex.py index 3a133b8..d8b694e 100644 --- a/SCons/Tool/tex.py +++ b/SCons/Tool/tex.py @@ -472,7 +472,7 @@ def InternalLaTeXAuxAction(XXXLaTeXAction, target = None, source= None, env=None shutil.move(resultfilename,str(target[0])) # Original comment (when TEXPICTS was not restored): - # The TEXPICTS enviroment variable is needed by a dvi -> pdf step + # The TEXPICTS environment variable is needed by a dvi -> pdf step # later on Mac OSX so leave it # # It is also used when searching for pictures (implicit dependencies). -- cgit v0.12