X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16cba29d3a5a0a95b367382311a4a7a9a9833210..050a1327723fc04f45d4d59ed984b53db6d16d48:/include/wx/mimetype.h diff --git a/include/wx/mimetype.h b/include/wx/mimetype.h index b398d8c974..e403c1728e 100644 --- a/include/wx/mimetype.h +++ b/include/wx/mimetype.h @@ -320,7 +320,7 @@ public: wxFileType *GetFileTypeFromMimeType(const wxString& mimeType); // other operations: return true if there were no errors or false if there - // were some unreckognized entries (the good entries are always read anyhow) + // were some unrecognized entries (the good entries are always read anyhow) // // FIXME: These ought to be private ??