From c0cbddbe6683c589c0b4fa2b89b498372911cc15 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 24 Dec 2014 13:56:59 +0000 Subject: [PATCH] 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 --- interface/wx/mimetype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/mimetype.h b/interface/wx/mimetype.h index 7fafbf0f87..0b220ca107 100644 --- a/interface/wx/mimetype.h +++ b/interface/wx/mimetype.h @@ -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);