Fix spelling in the documentation.

Closes #14034.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-02-22 13:41:07 +00:00
parent a2ce64695d
commit 8cddee2d0e
9 changed files with 13 additions and 13 deletions

View File

@@ -49,7 +49,7 @@ enum wxURIHostType
@endcode
@note On URIs with a "file" scheme wxURI does not parse the userinfo,
server, or port portion. This is to keep compatability with
server, or port portion. This is to keep compatibility with
wxFileSystem, the old wxURL, and older url specifications.
@library{wxbase}