]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/ffile.tex
Append() returns int, not void
[wxWidgets.git] / docs / latex / wx / ffile.tex
index d3bfa20e35dda29bb45baf7b9e52cf0a82d1570a..fd49d497bbefece2e9eae901dc14934bfddfe56c 100644 (file)
@@ -160,7 +160,7 @@ The number of bytes read.
 
 \func{bool}{Seek}{\param{long }{ofs}, \param{wxSeekMode }{mode = wxFromStart}}
 
-Seeks to the specified position and returs TRUE on success.
+Seeks to the specified position and returns TRUE on success.
 
 \wxheading{Parameters}
 
@@ -203,7 +203,7 @@ Number of bytes written.
 
 \membersection{wxFFile::Write}\label{wxffilewrites}
 
-\func{bool}{Write}{\param{const wxString\& }{s}, \param{wxMBConv&}{ conv = wxConvLibc}}
+\func{bool}{Write}{\param{const wxString\& }{s}, \param{wxMBConv\&}{ conv = wxConvLibc}}
 
 Writes the contents of the string to the file, returns TRUE on success.