mirror of
https://github.com/curl/curl.git
synced 2026-07-26 05:27:15 +03:00
parent
6de7322c03
commit
a46e412464
2 changed files with 2 additions and 2 deletions
|
|
@ -114,7 +114,7 @@ const char *protocol2scheme(proto_t proto)
|
|||
return proto < proto_last? built_in_protos[proto]: NULL;
|
||||
}
|
||||
|
||||
/* Enter a protoype in the built-in prototype table. */
|
||||
/* Enter a prototype in the built-in prototype table. */
|
||||
static CURLcode enter_proto(const char *proto)
|
||||
{
|
||||
if(scheme2protocol(proto) == PROTO_NONE) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue