]> granicus.if.org Git - curl/commitdiff
corrected comments
authorDaniel Stenberg <daniel@haxx.se>
Fri, 29 May 2009 07:43:43 +0000 (07:43 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 29 May 2009 07:43:43 +0000 (07:43 +0000)
lib/url.c

index bba34ff2c0173432b17282e0f79afcd002320c6a..c17c226be63c9b0d55395f617325254952c53ae0 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -1842,14 +1842,14 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option,
     break;
   case CURLOPT_SSLKEY:
     /*
-     * String that holds file name of the SSL certificate to use
+     * String that holds file name of the SSL key to use
      */
     result = setstropt(&data->set.str[STRING_KEY],
                        va_arg(param, char *));
     break;
   case CURLOPT_SSLKEYTYPE:
     /*
-     * String that holds file type of the SSL certificate to use
+     * String that holds file type of the SSL key to use
      */
     result = setstropt(&data->set.str[STRING_KEY_TYPE],
                        va_arg(param, char *));