summaryrefslogtreecommitdiffstats
path: root/benchsuite
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2020-09-22 10:29:16 -0400
committerGitHub <noreply@github.com>2020-09-22 10:29:16 -0400
commitdef993bad1a9275cdc249f04048e5b2065b79f05 (patch)
tree472b379e714b8b556a187887efa05e6c946922e3 /benchsuite
parentf511849c818024817df9760ef5cd6709a5e28fe3 (diff)
spelling: fix various misspellings
These were found by the check spelling action[1] and reported here[2]. PR #1685 [1] - https://github.com/marketplace/actions/check-spelling [2] - https://github.com/jsoref/ripgrep/commit/6f02d056716a116b643da1de4b53c6f15118fc38#commitcomment-42625778
Diffstat (limited to 'benchsuite')
-rwxr-xr-xbenchsuite/benchsuite2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchsuite/benchsuite b/benchsuite/benchsuite
index e2587fcc..b849b454 100755
--- a/benchsuite/benchsuite
+++ b/benchsuite/benchsuite
@@ -894,7 +894,7 @@ class Result(object):
'''
Create a new set of results, initially empty.
- :param Benchmarl benchmark:
+ :param Benchmark benchmark:
The benchmark that produced these results.
'''
self.benchmark = benchmark