summaryrefslogtreecommitdiff
path: root/waflib/Utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'waflib/Utils.py')
-rw-r--r--waflib/Utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/waflib/Utils.py b/waflib/Utils.py
index b4665c4d..a0cc2a09 100644
--- a/waflib/Utils.py
+++ b/waflib/Utils.py
@@ -615,7 +615,7 @@ def h_fun(fun):
#
# The sorting result outcome will be consistent because:
# 1. tuples are compared in order of their elements
- # 2. optional argument namess are unique
+ # 2. optional argument names are unique
code.extend(sorted(fun.keywords.items()))
code.append(h_fun(fun.func))
fun.code = h_list(code)