From e1b67497b7af73f39af4854c841fd6e84f1bf237 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Sun, 31 May 2020 11:40:35 -0600 Subject: [PR #3676] fix doc typo detected by sider [ci skip] Signed-off-by: Mats Wichmann --- doc/man/scons.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/man/scons.xml b/doc/man/scons.xml index 72f8667..6f526c0 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -5663,12 +5663,13 @@ to specify that an Action object's return value should be ignored under special conditions and SCons should, therefore, -consider that the action always suceeds. Example: +consider that the action always succeeds. Example: def always_succeed(s): # Always return 0, which indicates success. return 0 + a = Action("build < ${SOURCE.file} > ${TARGET.file}", exitstatfunc=always_succeed) -- cgit v0.12