summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/subunit_trace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/subunit_trace.py b/tools/subunit_trace.py
index 9265efa..2bbb28e 100755
--- a/tools/subunit_trace.py
+++ b/tools/subunit_trace.py
@@ -90,7 +90,7 @@ def cleanup_test_name(name, strip_tags=True, strip_scenarios=False):
Make it possible to strip out the testscenarios information (not to
be confused with tempest scenarios) however that's often needed to
- indentify generated negative tests.
+ identify generated negative tests.
"""
if strip_tags:
tags_start = name.find('[')