]> git.saurik.com Git - wxWidgets.git/commitdiff
Syntax error fixes.
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 20 Jan 2005 15:50:06 +0000 (15:50 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 20 Jan 2005 15:50:06 +0000 (15:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/stackframe.tex

index 0bce56bac2acdb93757b4ce284def83094175f88..2218e776fbf0a2b6584966249e83f11c315e87fa 100644 (file)
@@ -50,7 +50,7 @@ Return the address of this frame.
 Return the name of the file containing this frame, empty if
 unavailable (typically because debug info is missing).
 
-Use \helpre{HasSourceLocation}{wxstackframehassourcelocation} to check whether
+Use \helpref{HasSourceLocation}{wxstackframehassourcelocation} to check whether
 the file name is available.
 
 
@@ -99,7 +99,7 @@ Return the return address of this frame.
 \constfunc{bool}{GetParam}{\param{size\_t }{n}, \param{wxString * }{type}, \param{wxString * }{name}, \param{wxString * }{value}}
 
 Get the name, type and value (in text form) of the given parameter.
-Any pointer may be \textt{NULL} if you're not interested in the corresponding
+Any pointer may be \texttt{NULL} if you're not interested in the corresponding
 value.
 
 Return \true if at least some values could be retrieved.