From c46ee9bfe3f3b19def565cfc5534e322eba4bd95 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Wed, 15 Feb 2017 02:01:15 -0500 Subject: [PATCH] Typo --- waflib/Context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waflib/Context.py b/waflib/Context.py index b748859d..a3718950 100644 --- a/waflib/Context.py +++ b/waflib/Context.py @@ -372,7 +372,7 @@ class Context(ctx): def cmd_and_log(self, cmd, **kw): """ - Executes a proces and returns stdout/stderr if the execution is successful. + Executes a process and returns stdout/stderr if the execution is successful. An exception is thrown when the exit status is non-0. In that case, both stderr and stdout will be bound to the WafError object::