Fixed mis-matched curley braces on third line from the end (missing a left curley brace -- [wxgetenv})

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker 2000-11-29 14:45:33 +00:00
parent bf09fab3b6
commit 5df6ed1c52

View 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.