Index: library/lib/nx-zip.tcl =================================================================== diff -u -r5f294355a07a9b47efeb9e7e4f8e36462ad3fb8b -r09b4bca7c8d5c44f6be0b2c04ebfcdb7a58fd5ae --- library/lib/nx-zip.tcl (.../nx-zip.tcl) (revision 5f294355a07a9b47efeb9e7e4f8e36462ad3fb8b) +++ library/lib/nx-zip.tcl (.../nx-zip.tcl) (revision 09b4bca7c8d5c44f6be0b2c04ebfcdb7a58fd5ae) @@ -24,7 +24,7 @@ # - addString (add the file-content from a string to the archive) # # - writeToZipFile (produce a Zip file) - # - ns_returnZipFile (return a zip file via aolserver ns_return) + # - ns_returnZipFile (return a zip file via AOLserver ns_return) # # - writeToStream (for already opened and configured # output streams @@ -63,7 +63,7 @@ } # - # return the added files via aolserver/naviserver to the client + # return the added files via aolserver/NaviServer to the client # :public method ns_returnZipFile {zipFileName} { ns_write "HTTP/1.0 200 OK\r\nContent-type: application/zip\r\n" @@ -72,7 +72,7 @@ set channel [ns_conn channel] fconfigure $channel -translation binary :writeToStream $channel - # aolserver/naviserver closes the channel automatically + # aolserver/NaviServer closes the channel automatically } #