mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-12 17:17:09 -04:00
Merge pull request #769 from timgates42/bugfix_typo_request
docs: fix simple typo, requst -> request
This commit is contained in:
commit
32dbb2d51a
@ -760,7 +760,7 @@ static void Http_AddHeader(struct HttpRequest* req, const char* key, const cc_st
|
||||
HTTP_ADDREQ_FLAG_ADD | HTTP_ADDREQ_FLAG_REPLACE);
|
||||
}
|
||||
|
||||
/* Creates and sends a HTTP requst */
|
||||
/* Creates and sends a HTTP request */
|
||||
static cc_result Http_StartRequest(struct HttpRequest* req, cc_string* url, HINTERNET* handle) {
|
||||
static const char* verbs[3] = { "GET", "HEAD", "POST" };
|
||||
struct HttpCacheEntry entry;
|
||||
|
Loading…
x
Reference in New Issue
Block a user