From 34f3bb7409982f847f14e506133b0290809abd31 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Sat, 30 May 2020 11:09:29 -0600 Subject: [PR #3675] fix doc typo from sider [ci skip] Signed-off-by: Mats Wichmann --- SCons/Environment.xml | 10 +++++----- SCons/Errors.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/SCons/Environment.xml b/SCons/Environment.xml index fe7841a..f06fda1 100644 --- a/SCons/Environment.xml +++ b/SCons/Environment.xml @@ -662,7 +662,7 @@ caching by calling &f-env-CacheDir;. -When cachin +When a cache_dir is being used and &scons; @@ -1027,10 +1027,10 @@ Specifies that all up-to-date decisions for targets built through this construction environment will be handled by the specified function. -function -can be one of the following strings -that specify the type of decision function -to be performed: +function can be the name of +a function or one of the following strings +that specify the predefined decision function +that will be applied: diff --git a/SCons/Errors.py b/SCons/Errors.py index a3a891f..1f6c240 100644 --- a/SCons/Errors.py +++ b/SCons/Errors.py @@ -73,7 +73,7 @@ class BuildError(Exception): Information about the cause of the location of the error: --------------------------------------------------------- - node : the error occured while building this target node(s) + node : the error occurred while building this target node(s) executor : the executor that caused the build to fail (might be None if the build failures is not due to the -- cgit v0.12