X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Funixctl.c;h=253e9538915fdbec860c3a31f9d46a4e77a2f3c3;hb=7aaeab4df24b7e9460705b1dad1010eef0354c50;hp=104a2d9a3a3bcdb82486d43e879c14d254953134;hpb=2bf1d3cc12de50fe05a2a61780ce2450be532084;p=sliver-openvswitch.git diff --git a/lib/unixctl.c b/lib/unixctl.c index 104a2d9a3..253e95389 100644 --- a/lib/unixctl.c +++ b/lib/unixctl.c @@ -168,7 +168,7 @@ unixctl_command_reply(struct unixctl_conn *conn, const char *result) } /* Replies to the active unixctl connection 'conn'. 'error' is sent to the - * client indicating an error occured processing the command. Only one call to + * client indicating an error occurred processing the command. Only one call to * unixctl_command_reply() or unixctl_command_reply_error() may be made per * request. */ void @@ -358,7 +358,7 @@ unixctl_server_run(struct unixctl_server *server) } else { VLOG_WARN_RL(&rl, "%s: accept failed: %s", pstream_get_name(server->listener), - strerror(error)); + ovs_strerror(error)); } }