From 433d83221ae72052b4c1ddf74d2c9d378dc16618 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Thu, 19 Sep 2013 04:12:04 -0700 Subject: [PATCH] Fix typo --- examples/test/test_controlnet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/test/test_controlnet.py b/examples/test/test_controlnet.py index 91631f2..3a99ea4 100755 --- a/examples/test/test_controlnet.py +++ b/examples/test/test_controlnet.py @@ -24,7 +24,7 @@ class testControlNet( unittest.TestCase ): p.wait() def testFailover( self ): - "Kill controllers and verity that switch, s1, fails over properly" + "Kill controllers and verify that switch, s1, fails over properly" count = 1 p = pexpect.spawn( 'python -m mininet.examples.controlnet' ) p.expect( self.prompt )