feature/control: add a missing word to the send_control_done() comment

This commit is contained in:
teor 2019-08-05 23:19:25 +10:00
parent e1429d9148
commit 0cb57a4908
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -174,7 +174,7 @@ send_control_done(control_connection_t *conn)
* @param conn control connection
* @param code numeric result code
* @param c separator character, usually ' ', '-', or '+'
* @param s string
* @param s string reply content
*/
MOCK_IMPL(void,
control_write_reply, (control_connection_t *conn, int code, int c,