X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e3f8e61a92beb6cea2243f609ac1448578aee67..dca2fe5daecf9c74f227062d8a9a259b4e5ef1fc:/src/unix/mimetype.cpp diff --git a/src/unix/mimetype.cpp b/src/unix/mimetype.cpp index caa9459875..265f86aae0 100644 --- a/src/unix/mimetype.cpp +++ b/src/unix/mimetype.cpp @@ -4,7 +4,6 @@ // Author: Vadim Zeitlin // Modified by: // Created: 23.09.98 -// RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin // Licence: wxWindows licence (part of wxExtra library) ///////////////////////////////////////////////////////////////////////////// @@ -724,7 +723,7 @@ int wxMimeTypesManagerImpl::AddToMimeData(const wxString& strType, if ( nIndex == wxNOT_FOUND ) { // We put MIME types containing "application" at the end, so that - // if the MIME type for the extention "htm" is searched for, it will + // if the MIME type for the extension "htm" is searched for, it will // rather find "text/html" than "application/x-mozilla-bookmarks". if (mimeType.Find( "application" ) == 0) {