aboutsummaryrefslogtreecommitdiffstats
path: root/benchtests/scripts/plot_strings.py
diff options
context:
space:
mode:
Diffstat (limited to 'benchtests/scripts/plot_strings.py')
-rwxr-xr-xbenchtests/scripts/plot_strings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchtests/scripts/plot_strings.py b/benchtests/scripts/plot_strings.py
index 1fb934d112..56b98da8a8 100755
--- a/benchtests/scripts/plot_strings.py
+++ b/benchtests/scripts/plot_strings.py
@@ -276,7 +276,7 @@ def plotRecursive(json_iter, routine, ifuncs, bench_variant, title, outpath,
domain = np.unique(np.array(domain))
averages = []
- # Compute geometric mean if there are multple timings for each
+ # Compute geometric mean if there are multiple timings for each
# parameter value.
for parameter in domain:
averages.append(gmean(timings[parameter]))