From ab9f00c1b0ab0ed0753779286f0cf3c797dbb229 Mon Sep 17 00:00:00 2001 From: Yusuke Iwase Date: Thu, 16 Oct 2014 09:23:10 +0900 Subject: [PATCH] sw test tool: Fix typos Reported by Ian Y. Choi on ryu-devel. Signed-off-by: IWASE Yusuke Signed-off-by: FUJITA Tomonori --- ryu/tests/switch/tester.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ryu/tests/switch/tester.py b/ryu/tests/switch/tester.py index 82120f8f..02a1de10 100644 --- a/ryu/tests/switch/tester.py +++ b/ryu/tests/switch/tester.py @@ -211,8 +211,8 @@ MSG = {STATE_INIT_FLOW: {TIMEOUT: 'Failed to request table stats: request timeout.', RCV_ERR: 'Failed to request table stats: %(err_msg)s'}, STATE_SEND_BARRIER: - {TIMEOUT: 'Faild to send packet: barrier request timeout.', - RCV_ERR: 'Faild to send packet: %(err_msg)s'}, + {TIMEOUT: 'Failed to send packet: barrier request timeout.', + RCV_ERR: 'Failed to send packet: %(err_msg)s'}, STATE_FLOW_UNMATCH_CHK: {FAILURE: 'Table-miss error: increment in matched_count.', ERROR: 'Table-miss error: no change in lookup_count.',