diff options
author | Nicolai Hähnle <nicolai.haehnle@amd.com> | 2017-09-19 10:08:51 +0200 |
---|---|---|
committer | Nicolai Hähnle <nicolai.haehnle@amd.com> | 2017-10-18 13:47:12 +0200 |
commit | 832b0c4780ce460efb045f4d97694f8a7470601c (patch) | |
tree | c9ce63f1c2dc3421afb11e1b8f4201ccc47a2ef3 /framework/results.py | |
parent | 2ed689c10431b0732e795b9497726d3da8c88f4c (diff) |
framework: fix typos in comments
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'framework/results.py')
-rw-r--r-- | framework/results.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/results.py b/framework/results.py index 4cfe78250..99dd3735b 100644 --- a/framework/results.py +++ b/framework/results.py @@ -325,7 +325,7 @@ class TestrunResult(object): raise e def calculate_group_totals(self): - """Calculate the number of pases, fails, etc at each level.""" + """Calculate the number of passes, fails, etc at each level.""" for name, result in six.iteritems(self.tests): # If there are subtests treat the test as if it is a group instead # of a test. |