aboutsummaryrefslogtreecommitdiff
path: root/bestflags/task.py
diff options
context:
space:
mode:
Diffstat (limited to 'bestflags/task.py')
-rw-r--r--bestflags/task.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bestflags/task.py b/bestflags/task.py
index 77901602..b20493fd 100644
--- a/bestflags/task.py
+++ b/bestflags/task.py
@@ -31,7 +31,7 @@ ERROR_STRING = 'error'
# the build should attempt before giving up.
BUILD_TRIES = 3
-# The maximum number of tries a build can have. Some tests may fail due to
+# The maximum number of tries a test can have. Some tests may fail due to
# unexpected environment circumstance. This variable defines how many tries the
# test should attempt before giving up.
TEST_TRIES = 3
@@ -391,7 +391,7 @@ class Task(object):
# Write out the result in the comma-separated format (CSV).
out_file.write('%s,%s,%s\n' % test_result)
- def Improve(self, other):
+ def Improved(self, other):
"""Compare the current task with another task.
Args: