From eeb552d0d5b17a5147772bc7a84c9a765589e493 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 23 Nov 2006 12:03:41 +0000 Subject: [PATCH] typo: s/if/is/ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/file.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/file.tex b/docs/latex/wx/file.tex index bc58192219..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}