diff --git a/waflib/Context.py b/waflib/Context.py old mode 100644 new mode 100755 index 3f1b4fa4..e4445db3 --- 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