X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69d313011bddec6cefeb4b9925e94a17539005e7..58e8013e8217e36a4bdf38e6dbad3b21edf61af6:/docs/latex/wx/file.tex diff --git a/docs/latex/wx/file.tex b/docs/latex/wx/file.tex index 17eacd3042..ac59c93821 100644 --- a/docs/latex/wx/file.tex +++ b/docs/latex/wx/file.tex @@ -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.