Unverified Commit 6e4b8c50 authored by Daniel Gustafsson's avatar Daniel Gustafsson Committed by Daniel Stenberg
Browse files

url.c: fix comment typo and indentation

Closes #2960
parent 01dedc99
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1944,7 +1944,7 @@ static struct connectdata *allocate_conn(struct Curl_easy *data)
  return NULL;
}

/* returns the handdler if the given scheme is built-in */
/* returns the handler if the given scheme is built-in */
const struct Curl_handler *Curl_builtin_scheme(const char *scheme)
{
  const struct Curl_handler * const *pp;