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

@@ -1355,7 +1355,7 @@ static char const* torrentRenamePath(
static void onPortTested(tr_web::FetchResponse const& web_response)
{
auto const& [status, body, did_connect, did_tmieout, user_data] = web_response;
auto const& [status, body, did_connect, did_timeout, user_data] = web_response;
auto* data = static_cast<struct tr_rpc_idle_data*>(user_data);
if (status != 200)