From 2829ace9e1a013ac0143f7d75f2d06644b62a7ef Mon Sep 17 00:00:00 2001 From: "luke.li" Date: Wed, 20 Sep 2017 15:20:07 +0800 Subject: Update "indentify" to "identify" in comments Change-Id: I03d53ec4da681c1a4dc97fa4a636bf54a3150e2e --- tools/subunit_trace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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('[') -- cgit v1.2.1