summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorluke.li <lilu7189@fiberhome.com>2017-09-20 15:20:07 +0800
committerluke.li <lilu7189@fiberhome.com>2017-09-20 15:24:24 +0800
commit2829ace9e1a013ac0143f7d75f2d06644b62a7ef (patch)
tree32d8ce670c52cca9aad2fb9f0580fea697d0fbf1 /tools
parentf9065c4d97b99b33c2e2299f236b9c6cfe100d29 (diff)
downloadtaskflow-2829ace9e1a013ac0143f7d75f2d06644b62a7ef.tar.gz
Update "indentify" to "identify" in comments
Change-Id: I03d53ec4da681c1a4dc97fa4a636bf54a3150e2e
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('[')