mirror of
https://github.com/openvswitch/ovs
synced 2025-09-05 00:35:33 +00:00
Fix misspellings in comments and docs.
Flagged with: https://github.com/lyda/misspell-check Run with: git ls-files | misspellings -f - Signed-off-by: Andy Hill <hillad@gmail.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user