From bb1f6e681830aba56db14c84512af371877f8601 Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Fri, 10 Oct 2008 15:54:07 +0000 Subject: _ Adapt OS400 EBCDIC wrappers to new options. _ Update RPG binding accordingly. _ Fix new options comments. --- lib/url.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/url.c') diff --git a/lib/url.c b/lib/url.c index cfaab0601..e22ddee6e 100644 --- a/lib/url.c +++ b/lib/url.c @@ -1536,14 +1536,14 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option, break; case CURLOPT_USERNAME: /* - * user:password to use in the operation + * authentication user name to use in the operation */ result = setstropt(&data->set.str[STRING_USERNAME], va_arg(param, char *)); break; case CURLOPT_PASSWORD: /* - * user:password to use in the operation + * authentication password to use in the operation */ result = setstropt(&data->set.str[STRING_PASSWORD], va_arg(param, char *)); -- cgit v1.2.3