Fix typos in documentation.
authorBen Pfaff <blp@nicira.com>
Mon, 17 Mar 2014 22:28:43 +0000 (15:28 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 17 Mar 2014 22:29:23 +0000 (15:29 -0700)
Reported-by: Anshuman Manral <anshuman.manral@outlook.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
INSTALL
SubmittingPatches

diff --git a/AUTHORS b/AUTHORS
index e8d35d5..b189957 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -143,6 +143,7 @@ Amre Shakimov           ashakimov@vmware.com
 André Ruß               andre.russ@hybris.com
 Andreas Beckmann        debian@abeckmann.de
 Andrei Andone           andrei.andone@softvision.ro
+Anshuman Manral         anshuman.manral@outlook.com
 Anton Matsiuk           anton.matsiuk@gmail.com
 Anuprem Chalvadi        achalvadi@vmware.com
 Atzm Watanabe           atzm@stratosphere.co.jp
diff --git a/INSTALL b/INSTALL
index cc89cc3..10ecba8 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -283,9 +283,9 @@ Startup
 Before starting ovs-vswitchd itself, you need to start its
 configuration database, ovsdb-server.  Each machine on which Open
 vSwitch is installed should run its own copy of ovsdb-server.
-Configure it to use the database you created during step 7 of
-installation, above, to listen on a Unix domain socket, to connect to
-any managers specified in the database itself, and to use the SSL
+Configure it to use the database you created during installation (as
+explained above), to listen on a Unix domain socket, to connect to any
+managers specified in the database itself, and to use the SSL
 configuration in the database:
 
       % ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock \
index 9b3dd9e..d755186 100644 (file)
@@ -156,7 +156,7 @@ files.
 Patch
 -----
 
-The patch should be in the body of the email following the descrition,
+The patch should be in the body of the email following the description,
 separated by a blank line.
 
 Patches should be in "diff -up" format.  We recommend that you use Git