docs: fix various typos and misspellings (#2955)

This commit is contained in:
Antoine Cœur
2022-04-21 22:28:38 +08:00
committed by GitHub
parent 0eb1857c6c
commit bdac708762
53 changed files with 91 additions and 92 deletions

View File

@@ -18,7 +18,7 @@ struct tr_variant;
using tr_rpc_response_func = void (*)(tr_session* session, tr_variant* response, void* user_data);
/* http://www.json.org/ */
/* https://www.json.org/ */
void tr_rpc_request_exec_json(
tr_session* session,
tr_variant const* request,