From 778c7ad74c5c6fd39b4a0090053547922b11e171 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Tue, 28 Apr 2020 19:27:51 -0400 Subject: [PATCH] Typo --- waflib/Context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 waflib/Context.py diff --git a/waflib/Context.py b/waflib/Context.py old mode 100644 new mode 100755 index 9e5f8777..902eddb2 --- a/waflib/Context.py +++ b/waflib/Context.py @@ -530,7 +530,7 @@ class Context(ctx): """ Prints a configuration message of the form ``msg: result``. The second part of the message will be in colors. The output - can be disabled easly by setting ``in_msg`` to a positive value:: + can be disabled easily by setting ``in_msg`` to a positive value:: def configure(conf): self.in_msg = 1