diff mbox

[ovs-dev] ovs-ctl: Fix typo in a comment

Message ID 35757f5166477548fcb0ce177255d783ee2e32b2.1498750122.git.tredaelli@redhat.com
State Accepted
Delegated to: Russell Bryant
Headers show

Commit Message

Timothy Redaelli June 29, 2017, 3:28 p.m. UTC
s/conenct/connect/

Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
---
 utilities/ovs-ctl.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Russell Bryant June 29, 2017, 8:49 p.m. UTC | #1
On Thu, Jun 29, 2017 at 11:28 AM, Timothy Redaelli <tredaelli@redhat.com> wrote:
> s/conenct/connect/
>
> Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
> ---
>  utilities/ovs-ctl.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, applied to master.
diff mbox

Patch

diff --git a/utilities/ovs-ctl.in b/utilities/ovs-ctl.in
index 575ffa039..85ce6baef 100755
--- a/utilities/ovs-ctl.in
+++ b/utilities/ovs-ctl.in
@@ -201,7 +201,7 @@  start_ovsdb() {
 
 add_managers () {
     # Now that ovs-vswitchd has started and completed its initial
-    # configuration, tell ovsdb-server to conenct to the remote managers.  We
+    # configuration, tell ovsdb-server to connect to the remote managers.  We
     # used to do this at ovsdb-server startup time, but waiting for
     # ovs-vswitchd to finish configuring means that remote managers see less
     # churn in the database at startup or restart.  (For example, managers