diff options
author | Ben Pfaff <blp@nicira.com> | 2014-11-11 16:42:24 -0800 |
---|---|---|
committer | Ben Pfaff <blp@nicira.com> | 2014-11-12 13:12:02 -0800 |
commit | 0746a84f3916193c0704e94a4c214f672c5c542e (patch) | |
tree | 1766414a6f373b116fa363e406dda692131bc071 /tests/ofproto.at | |
parent | f071cbbaadc271b6f6b1d3c38c943f1ee2c17b67 (diff) | |
download | openvswitch-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/ofproto.at')
-rw-r--r-- | tests/ofproto.at | 2 |
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]) |