summaryrefslogtreecommitdiff
path: root/waflib/Context.py
diff options
context:
space:
mode:
Diffstat (limited to 'waflib/Context.py')
-rw-r--r--waflib/Context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/waflib/Context.py b/waflib/Context.py
index 7c6cd960..9fee3fa1 100644
--- a/waflib/Context.py
+++ b/waflib/Context.py
@@ -520,7 +520,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