From: juraj.linkes Date: Wed, 28 Nov 2018 13:30:34 +0000 (+0100) Subject: Fix typo in sanity test description X-Git-Tag: v19.04-rc0~196 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=185e6490eef10f5e0c5e9d08ad0fd4b976a73c9c Fix typo in sanity test description Change-Id: Icd575b8ed62c340c57857ff6576f65557434f3e0 Signed-off-by: juraj.linkes --- diff --git a/test/sanity_run_vpp.py b/test/sanity_run_vpp.py index 933e3a719fc..d1c29877b9b 100644 --- a/test/sanity_run_vpp.py +++ b/test/sanity_run_vpp.py @@ -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__':