Skip to content

Commit

Permalink
* Error message: reformat a string
Browse files Browse the repository at this point in the history
  • Loading branch information
dave committed Apr 17, 2012
1 parent 5023b0a commit 91394ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forward.c
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ void magic_auth_detect(const char *url) {
} else if (ign == MAGIC_TESTS) {
printf("\nYour proxy is open, you don't need another proxy.\n");
} else
printf("\nWrong credentials, invalid URL or proxy doesn't support NTLM nor BASIC.\n");
printf("\nWrong credentials, invalid URL or proxy doesn't support NTLM.\n");

if (host)
free(host);
Expand Down

0 comments on commit 91394ae

Please sign in to comment.