misc: fix spelling in two source files

Closes #9529
This commit is contained in:
John Bampton 2022-09-18 05:48:43 +10:00 committed by Daniel Stenberg
parent 6de7322c03
commit a46e412464
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 2 deletions

View file

@ -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) {