]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed typo in cmdline option name; TRUE / FALSE -> {\tt true} / {\tt false} (patch...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Jun 2003 23:02:49 +0000 (23:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Jun 2003 23:02:49 +0000 (23:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/tech/tn0003.txt

index a1fa46e997a755107dfe96bf208a13c7448c2507..775929b8b8aacde196955f03d486ec5c62942871 100644 (file)
@@ -93,7 +93,7 @@ DO:
   \end{verbatim} block
 
 - check that your changes/additions to any TEX documentation 
-  compiles before checking it in!  Use the '-checkcurleybrace' 
+  compiles before checking it in!  Use the '-checkcurleybraces
   and '-checksyntax' commandline parameters (or the OPTIONS menu 
   if running in GUI mode) to check for some of the more common 
   mistakes.  See TROUBLESHOOTING below for more details
@@ -238,7 +238,7 @@ of possible values.}
 
 \wxheading{Return value}
 
-TRUE if the call succeeded, FALSE otherwise.
+{\tt true} if the call succeeded, {\tt false} otherwise.
 
 \wxheading{Remarks}