diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-01-26 09:30:38 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-01-26 09:30:38 +0100 |
commit | c01120c62b3d3649a5c7e6962c077b88c5512622 (patch) | |
tree | 6a7539882d6336fde11db779ab8fda97bb901642 /resources/tools/presentation/generator_tables.py | |
parent | 0f6410d3c95eb28164fdd349778155c6525e1a79 (diff) |
Correct typos
Change-Id: Iaf3546dcbf980625149302000a1c4a3fad296642
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_tables.py')
-rw-r--r-- | resources/tools/presentation/generator_tables.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 71ec431e6a..58d3b67b55 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -335,8 +335,8 @@ def _read_csv_template(file_name): raise PresentationError(str(err), level="ERROR") -def table_performance_comparision(table, input_data): - """Generate the table(s) with algorithm: table_performance_comparision +def table_performance_comparison(table, input_data): + """Generate the table(s) with algorithm: table_performance_comparison specified in the specification file. :param table: Table to generate. |