Skip to content

Commit 6f79ab4

Browse files
committed
spelling: requirements
Signed-off-by: Josh Soref <[email protected]>
1 parent 59c6a3e commit 6f79ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/scripts/Benchmark_Driver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ class BenchmarkDoctor(object):
718718
return measurements
719719

720720
def analyze(self, benchmark_measurements):
721-
"""Analyze whether benchmark fulfills all requirtements."""
721+
"""Analyze whether benchmark fulfills all requirements."""
722722
self.log.debug("Analyzing %s", benchmark_measurements["name"])
723723
for rule in self.requirements:
724724
rule(benchmark_measurements)

0 commit comments

Comments
 (0)