]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix a couple of small errors.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 12 Nov 2006 21:45:06 +0000 (21:45 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 12 Nov 2006 21:45:06 +0000 (21:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/zipstrm.tex

index bf8b8e93e5061d4411b0baf9bde6a24749f72918..f907245f175e3faa5596c295ecc4ed602dda3fc2 100644 (file)
@@ -623,7 +623,7 @@ If the parent stream is passed as a pointer then the new filter stream
 takes ownership of it. If it is passed by reference then it does not.
 
 In a Unicode build the third parameter {\tt conv} is used to translate
-the filename and comment fields to Unicode. It has no effect on the
+the filename and comment fields to an 8-bit encoding. It has no effect on the
 stream's data.
 
 
@@ -639,7 +639,7 @@ writing the zip if it has not been called already.
 
 \func{bool}{Close}{\void}
 
-Finishes writing the zip, returning true if successfully.
+Finishes writing the zip, returning true if successful.
 Called by the destructor if not called explicitly.