Fix typo in NEWS
authorLorand Jakab <lojakab@cisco.com>
Mon, 19 Jan 2015 13:45:53 +0000 (15:45 +0200)
committerThomas Graf <tgraf@noironetworks.com>
Mon, 19 Jan 2015 14:13:17 +0000 (15:13 +0100)
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
Signed-off-by: Thomas Graf <tgraf@noironetworks.com>
NEWS

diff --git a/NEWS b/NEWS
index 7c0e262..0a54820 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Post-v2.3.0
    - New support for a "conjunctive match" OpenFlow extension, which
      allows constructing OpenFlow matches of the form "field1 in
      {a,b,c...} AND field2 in {d,e,f...}" and generalizations.  For details,
-     see documentation fo the "conjunction" action in ovs-ofctl(8).
+     see documentation for the "conjunction" action in ovs-ofctl(8).
    - Add bash command-line completion support for ovs-appctl/ovs-dpctl/
      ovs-ofctl/ovsdb-tool commands.  Please check
      utilities/ovs-command-compgen.INSTALL.md for how to use.