diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 2e2a82e22e..1bbd53512e 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -470,7 +470,7 @@ string, {\tt FALSE} otherwise. \membersection{::wxStricmp}\label{wxstricmp} -\func{int}{Stricmp}{\param{const char *}{p1}, \param{const char *}{p2}} +\func{int}{wxStricmp}{\param{const char *}{p1}, \param{const char *}{p2}} Returns a negative value, 0, or positive value if {\it p1} is less than, equal to or greater than {\it p2}. The comparison is case-insensitive.