]> sjero.net Git - wget/commitdiff
[svn] Doc fix.
authorhniksic <devnull@localhost>
Mon, 11 Apr 2005 13:41:28 +0000 (06:41 -0700)
committerhniksic <devnull@localhost>
Mon, 11 Apr 2005 13:41:28 +0000 (06:41 -0700)
src/http.c

index c509b4aea1fcace5e612339dc917d6f870ddf993..5f2215957be8540fa90779f9cf758099221b6b58 100644 (file)
@@ -358,7 +358,7 @@ request_free (struct request *req)
   xfree (req);
 }
 
-/* Send the contents of FILE_NAME to SOCK/SSL.  Make sure that exactly
+/* Send the contents of FILE_NAME to SOCK.  Make sure that exactly
    PROMISED_SIZE bytes are sent over the wire -- if the file is
    longer, read only that much; if the file is shorter, report an error.  */