From eed1c63c702bd781169a0d59ae6bb3c10104e5fa Mon Sep 17 00:00:00 2001 From: Michael Osipov <1983-01-06@gmx.net> Date: Mon, 21 Jul 2014 09:53:47 +0200 Subject: docs: Improve inline GSS-API naming in code documentation --- lib/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http.c') diff --git a/lib/http.c b/lib/http.c index d59dffcf2..5e8499aa2 100644 --- a/lib/http.c +++ b/lib/http.c @@ -786,7 +786,7 @@ CURLcode Curl_http_input_auth(struct connectdata *conn, bool proxy, if(!data->req.newurl) return CURLE_OUT_OF_MEMORY; data->state.authproblem = FALSE; - /* we received GSS auth info and we dealt with it fine */ + /* we received a GSS auth token and we dealt with it fine */ negdata->state = GSS_AUTHRECV; } else -- cgit v1.2.3