]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed mis-matched curley braces on third line from the end (missing a left curley...
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 29 Nov 2000 14:45:33 +0000 (14:45 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 29 Nov 2000 14:45:33 +0000 (14:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/function.tex

index ca75cff21afe791948136e084118a606de67809a..fae00d9f2d2318a9c8dd5417cfdbe64eb43b1566 100644 (file)
@@ -3012,7 +3012,7 @@ Returns {\tt TRUE} on success.
 \func{bool}{wxUnsetEnv}{\param{const wxString\&}{ var}}
 
 Removes the variable {\it var} from the environment. 
-\helpref{wxGetEnv}[wxgetenv} will return {\tt NULL} after the call to this
+\helpref{wxGetEnv}{wxgetenv} will return {\tt NULL} after the call to this
 function.
 
 Returns {\tt TRUE} on success.