]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/uri.tex
docstring fix
[wxWidgets.git] / docs / latex / wx / uri.tex
index 0c1a00d06af721bee01780e6fd6af4b38bff15e7..3fcdb0567418bbf24941a051dd80942301afea03 100644 (file)
@@ -56,7 +56,7 @@ However, you should check HasXXX before
 calling a get method, which determines whether or not the component referred
 to by the method is defined according to RFC 2396.
 
-Consider an undefined component equivilent to a 
+Consider an undefined component equivalent to a 
 NULL C string.\\
 \\ 
 \helpref{HasScheme}{wxurihasscheme}\\
@@ -119,7 +119,7 @@ Note that it is preferred to call this over Unescape(BuildURI()) since
 
 \membersection{wxURI::Create}\label{wxuricreate}
 
-\func{const wxChar*}{Create}{\param{const wxChar* }{uri}}
+\func{const wxChar*}{Create}{\param{const wxString&}{uri}}
 
 Creates this URI from the string \arg{uri}.