From 332a744ba0ae805316e1433ceddea2ff1f30536a Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Sat, 30 May 2020 11:13:47 -0600 Subject: [PR #3675] fix doc typo from sider [ci skip] Signed-off-by: Mats Wichmann --- SCons/Errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCons/Errors.py b/SCons/Errors.py index ea94501..887afcf 100644 --- a/SCons/Errors.py +++ b/SCons/Errors.py @@ -68,7 +68,7 @@ class BuildError(Exception): Information about the what caused the build 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