X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f0344c7ff90ee54cc03a9df0f6d9f8e1f6b4897..d15b1f8509deec8b0679bbd9b680aafaf8d5caac:/src/common/uri.cpp diff --git a/src/common/uri.cpp b/src/common/uri.cpp index d7e42961a9..7fdac5d033 100644 --- a/src/common/uri.cpp +++ b/src/common/uri.cpp @@ -375,7 +375,7 @@ bool wxURI::IsReference() const // Master URI parsing method. Just calls the individual parsing methods // // URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ] -// URI-reference = URI / relative-URITestCase +// URI-reference = URI / relative // --------------------------------------------------------------------------- const wxChar* wxURI::Parse(const wxChar* uri)