diff options
author | Fabian Keil <fk@fabiankeil.de> | 2011-04-19 15:54:13 +0200 |
---|---|---|
committer | Julien Chaffraix <julien.chaffraix@gmail.com> | 2011-04-21 07:55:53 -0700 |
commit | 1702a2c08d3a0ed5945f34e6cd38436611f65164 (patch) | |
tree | e72941241445237dc35527c098d6c2ca098bfaa5 /lib/http_negotiate.c | |
parent | 9230be0797cc7d155240fd38d07bee041527bbc2 (diff) |
Fix a couple of spelling errors in lib/
Found with codespell.
Diffstat (limited to 'lib/http_negotiate.c')
-rw-r--r-- | lib/http_negotiate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_negotiate.c b/lib/http_negotiate.c index 80b0b507d..673f8c908 100644 --- a/lib/http_negotiate.c +++ b/lib/http_negotiate.c @@ -167,7 +167,7 @@ int Curl_input_negotiate(struct connectdata *conn, bool proxy, } if(neg_ctx->context && neg_ctx->status == GSS_S_COMPLETE) { - /* We finished succesfully our part of authentication, but server + /* We finished successfully our part of authentication, but server * rejected it (since we're again here). Exit with an error since we * can't invent anything better */ Curl_cleanup_negotiate(conn->data); |