X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fsanity_run_vpp.py;h=d1c29877b9b1e9c12aaf92b3a62d9f011c1d84af;hb=185e6490eef10f5e0c5e9d08ad0fd4b976a73c9c;hp=933e3a719fc14ff5b27f1f64dd8f668ca8798e70;hpb=4c422f9a3c9d5a4ecae3f4ef6bee16bb8ce35bb2;p=vpp.git 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__':