Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bluewavenet committed Sep 27, 2019
1 parent 7a53a25 commit 2b4e73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http_microhttpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ static int show_preauthpage(struct MHD_Connection *connection, const char *query
const char *user_agent = NULL;
char enc_user_agent[256] = {0};

// Encoded querystring couild be bigger than the unencoded version
// Encoded querystring could be bigger than the unencoded version
char enc_query[QUERYMAXLEN + QUERYMAXLEN/4] = {0};

int rc;
Expand Down

0 comments on commit 2b4e73f

Please sign in to comment.