summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2014-11-11 16:42:24 -0800
committerBen Pfaff <blp@nicira.com>2014-11-12 13:12:02 -0800
commit0746a84f3916193c0704e94a4c214f672c5c542e (patch)
tree1766414a6f373b116fa363e406dda692131bc071 /tests
parentf071cbbaadc271b6f6b1d3c38c943f1ee2c17b67 (diff)
downloadopenvswitch-0746a84f3916193c0704e94a4c214f672c5c542e.tar.gz
Fix misspellings of "OpenFlow".
Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Flavio Leitner <fbl@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/ofproto.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ofproto.at b/tests/ofproto.at
index f845fef99..52fc6868b 100644
--- a/tests/ofproto.at
+++ b/tests/ofproto.at
@@ -1556,7 +1556,7 @@ AT_CHECK([ovs-ofctl -O OpenFlow12 dump-flows br0 | ofctl_strip | sort], [0], [dn
in_port=5 actions=drop
OFPST_FLOW reply (OF1.2):
])
-# In Open Flow 1.2 a mod-flow does not ever add a flow and thus
+# In OpenFlow 1.2 a mod-flow does not ever add a flow and thus
# has no effect on eviction
AT_CHECK([ovs-ofctl -O OpenFlow12 mod-flows br0 in_port=6,actions=drop])
AT_CHECK([ovs-ofctl -O OpenFlow12 add-flow br0 in_port=4,actions=normal])