diff options
author | Michael Osipov <1983-01-06@gmx.net> | 2014-07-21 09:53:47 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-07-23 00:01:39 +0200 |
commit | eed1c63c702bd781169a0d59ae6bb3c10104e5fa (patch) | |
tree | 7b2ed5bffb852585e95e492395cde824a241468a /lib/socks.h | |
parent | e38ba430142153e95e2b0abe08a31d626a5c5864 (diff) | |
download | curl-eed1c63c702bd781169a0d59ae6bb3c10104e5fa.tar.gz |
docs: Improve inline GSS-API naming in code documentation
Diffstat (limited to 'lib/socks.h')
-rw-r--r-- | lib/socks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/socks.h b/lib/socks.h index dc4670b24..29e3bf03f 100644 --- a/lib/socks.h +++ b/lib/socks.h @@ -65,7 +65,7 @@ CURLcode Curl_SOCKS5(const char *proxy_name, #if defined(HAVE_GSSAPI) || defined(USE_WINDOWS_SSPI) /* - * This function handles the sockss5 gssapie negotiation and initialisation + * This function handles the SOCKS5 GSS-API negotiation and initialisation */ CURLcode Curl_SOCKS5_gssapi_negotiate(int sockindex, struct connectdata *conn); |