Skip to content

Commit

Permalink
ovsdb-client: Fix typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Han Zhou <hzhou8@ebay.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
hzhou8 authored and blp committed Feb 22, 2019
1 parent 4cd8c96 commit 70e699f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovsdb/ovsdb-client.c
Expand Up @@ -1269,7 +1269,7 @@ ovsdb_client_cond_change(struct unixctl_conn *conn, int argc OVS_UNUSED,
jsonrpc_send(rpc, request);

VLOG_DBG("cond change %s %s", argv[1], argv[2]);
unixctl_command_reply(conn, "condiiton changed");
unixctl_command_reply(conn, "condition changed");
}

static void
Expand Down

0 comments on commit 70e699f

Please sign in to comment.