]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/file.tex
Typo correction
[wxWidgets.git] / docs / latex / wx / file.tex
index 17eacd3042959cf9a3bc064df3c0cc8b1100fc0a..ac59c93821ca57d8934f02ce1b56a088fdf27a85 100644 (file)
@@ -20,8 +20,8 @@ wxFile is a wrapper around {\tt file descriptor.} - see also
 \helpref{wxFFile}{wxffile} for a wrapper around {\tt FILE} structure.
 
 {\tt wxFileOffset} is used by the wxFile functions which require offsets as 
-parameter or return them. If the platform supports it, wxFileOffset if a typedef
-for a native 64 bit integer, else a 32 bit integer is used for wxFileOffset.
+parameter or return them. If the platform supports it, wxFileOffset is a typedef
+for a native 64 bit integer, otherwise a 32 bit integer is used for wxFileOffset.
 
 \wxheading{Derived from}
 
@@ -318,7 +318,7 @@ error occurred.
 
 \membersection{wxFile::Write}\label{wxfilewrite}
 
-\func{size\_t}{Write}{\param{const void*}{ buffer}, \param{wxFileOffset}{ count}}
+\func{size\_t}{Write}{\param{const void*}{ buffer}, \param{size\_t}{ count}}
 
 Writes the specified number of bytes from a buffer.