Fix typo in sanity test description 54/16254/3
authorjuraj.linkes <juraj.linkes@pantheon.tech>
Wed, 28 Nov 2018 13:30:34 +0000 (14:30 +0100)
committerOle Trøan <otroan@employees.org>
Tue, 11 Dec 2018 12:55:41 +0000 (12:55 +0000)
Change-Id: Icd575b8ed62c340c57857ff6576f65557434f3e0
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
test/sanity_run_vpp.py

index 933e3a7..d1c2987 100644 (file)
@@ -8,7 +8,7 @@ from framework import VppTestCase, KeepAliveReporter
 
 
 class SanityTestCase(VppTestCase):
-    """ Sanity test case - verify thether VPP is able to start """
+    """ Sanity test case - verify whether VPP is able to start """
     pass
 
 if __name__ == '__main__':