Correct minor typo in wxMimeTypesManager documentation.

See #16744.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-12-24 13:56:59 +00:00
parent 141ed8034b
commit c0cbddbe66

View File

@@ -92,7 +92,7 @@ public:
@a wildcard is '*'. Note that the '*' wildcard is not allowed in
@a mimeType itself.
The comparison don by this function is case insensitive so it is not
The comparison done by this function is case insensitive so it is not
necessary to convert the strings to the same case before calling it.
*/
static bool IsOfType(const wxString& mimeType, const wxString& wildcard);