diff options
author | Martin Peres <martin.peres@linux.intel.com> | 2015-08-13 13:07:31 +0300 |
---|---|---|
committer | Martin Peres <martin.peres@linux.intel.com> | 2015-08-13 13:07:31 +0300 |
commit | 2b746a76e303f0c66e87a3bd61125f0122210d81 (patch) | |
tree | 4c2ebbbe29b2dba580a0a5891a2b62f58ed321e9 /stats | |
parent | 5946834c7d21f2084da18154cfa5c7670d68daf0 (diff) |
stats/gen_report: fix a typo
Diffstat (limited to 'stats')
-rwxr-xr-x | stats/gen_report.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stats/gen_report.py b/stats/gen_report.py index 6104014..acfa7a7 100755 --- a/stats/gen_report.py +++ b/stats/gen_report.py @@ -367,7 +367,7 @@ html_template=""" </head> <body> - <h1>Performace report on the run named '{run_name}'</h1> + <h1>Performance report on the run named '{run_name}'</h1> <h2>Trends</h2> |