summaryrefslogtreecommitdiff
path: root/third_party/waf/waflib/Context.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/waf/waflib/Context.py')
-rw-r--r--third_party/waf/waflib/Context.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/waf/waflib/Context.py b/third_party/waf/waflib/Context.py
index 3f1b4fa48ab..0ce9df6e91f 100644
--- a/third_party/waf/waflib/Context.py
+++ b/third_party/waf/waflib/Context.py
@@ -18,13 +18,13 @@ else:
import imp
# the following 3 constants are updated on each new release (do not touch)
-HEXVERSION=0x2001400
+HEXVERSION=0x2001500
"""Constant updated on new releases"""
-WAFVERSION="2.0.20"
+WAFVERSION="2.0.21"
"""Constant updated on new releases"""
-WAFREVISION="668769470956da8c5b60817cb8884cd7d0f87cd4"
+WAFREVISION="edde20a6425a5c3eb6b47d5f3f5c4fbc93fed5f4"
"""Git revision when the waf version is updated"""
WAFNAME="waf"
@@ -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