1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

core, plugins: fix typos in comments on functions, use imperative

This commit is contained in:
Sébastien Helleu
2026-03-23 20:45:36 +01:00
parent d34eb40187
commit f53e7fb9ef
342 changed files with 6669 additions and 6729 deletions
+4 -4
View File
@@ -44,7 +44,7 @@ int relay_api_protocol_command_delay = 1; /* delay to execute command */
/*
* Searches buffer by id or full name.
* Search buffer by id or full name.
*/
struct t_gui_buffer *
@@ -1130,7 +1130,7 @@ RELAY_API_PROTOCOL_CALLBACK(sync)
}
/*
* Reads one request from client.
* Read one request from client.
*/
void
@@ -1197,7 +1197,7 @@ error:
}
/*
* Reads JSON string from a client: when connected via websocket (persistent
* Read JSON string from a client: when connected via websocket (persistent
* connection), the client is sending JSON data as a request, which is
* converted to HTTP request by this function, before calling the function
* relay_api_protocol_recv_http.
@@ -1269,7 +1269,7 @@ relay_api_protocol_recv_json (struct t_relay_client *client, const char *json)
}
/*
* Reads a HTTP request from a client.
* Read a HTTP request from a client.
*/
void