summaryrefslogtreecommitdiff
path: root/waflib
diff options
context:
space:
mode:
authorluz paz <luzpaz@users.noreply.github.com>2021-06-29 15:46:05 -0400
committerFilipe Coelho <falktx@falktx.com>2021-06-30 09:11:21 +0100
commit0fe68adecccd5a2884ed9c955d1c58e6566546ba (patch)
treef73e15f34465cfc12d6fea13c40608e4f3873380 /waflib
parentdd1d70c8ffa8c26d916a6c2110aa33b6debb7971 (diff)
downloadjack2-0fe68adecccd5a2884ed9c955d1c58e6566546ba.tar.gz
Fix misc. typos
Found via `codespell -q 3 -L capela,nd,numer,parm`
Diffstat (limited to 'waflib')
-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