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 9ad0ffc commit a0e3d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovsdb/ovsdb-client.c
Expand Up @@ -868,7 +868,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 a0e3d61

Please sign in to comment.