]> git.saurik.com Git - wxWidgets.git/commitdiff
typo: s/if/is/
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 23 Nov 2006 12:03:41 +0000 (12:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 23 Nov 2006 12:03:41 +0000 (12:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/file.tex

index bc581922190c036c8cdc990535efe5549367eb3b..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}