]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/mimetype.cpp
Fix wxWindow::MSWShowWithEffect() compilation with wxUSE_DYNLIB_CLASS==0.
[wxWidgets.git] / src / unix / mimetype.cpp
index caa9459875e990a4b8bfa67a1fb482553792b521..51209e7f671c754ffc9b6a2a60de5464c10f73cf 100644 (file)
@@ -724,7 +724,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)
         {