Skip to content

Commit

Permalink
ovsdb-client.c: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Han Zhou <hzhou8@ebay.com>
Signed-off-by: 0-day Robot <robot@bytheb.org>
  • Loading branch information
hzhou8 authored and ovsrobot committed Feb 15, 2019
1 parent a62a960 commit 9380873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovsdb/ovsdb-client.c
Expand Up @@ -1267,7 +1267,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 9380873

Please sign in to comment.