Fix a typo in lib/vconn-provider.h.
authorRami Rosen <ramirose@gmail.com>
Mon, 12 May 2014 15:44:04 +0000 (08:44 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 12 May 2014 15:44:21 +0000 (08:44 -0700)
This trivial patch fixes a typo in lib/vconn-provider.h.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
lib/vconn-provider.h

diff --git a/AUTHORS b/AUTHORS
index 7b15cdd..fd26b46 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -97,6 +97,7 @@ Philippe Jung           phil.jung@free.fr
 pritesh                 pritesh.kothari@cisco.com
 Pravin B Shelar         pshelar@nicira.com
 Raju Subramanian        rsubramanian@nicira.com
+Rami Rosen              ramirose@gmail.com
 Ravi Kerur              Ravi.Kerur@telekom.com
 Reid Price              reid@nicira.com
 Remko Tronçon           git@el-tramo.be
index b05bb45..0225a58 100644 (file)
@@ -60,7 +60,7 @@ struct vconn_class {
      * connection name provided by the user, e.g. "tcp:1.2.3.4".  This name is
      * useful for error messages but must not be modified.
      *
-     * 'allowed_verions' is the OpenFlow versions that may be
+     * 'allowed_versions' is the OpenFlow versions that may be
      * negotiated for a connection.
      *
      * 'suffix' is a copy of 'name' following the colon and may be modified.