From: Vadim Zeitlin Date: Sat, 16 Aug 2003 12:09:56 +0000 (+0000) Subject: typo in assert (patch 789156) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a9e3ce8f5a02a03ef5224938ec94e6a123ca6748 typo in assert (patch 789156) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/filedlgg.cpp b/src/generic/filedlgg.cpp index c4445150ae..41dc1131ed 100644 --- a/src/generic/filedlgg.cpp +++ b/src/generic/filedlgg.cpp @@ -873,7 +873,7 @@ wxGenericFileDialog::wxGenericFileDialog(wxWindow *parent, wxArrayString wildDescriptions, wildFilters; if ( !ParseWildcard(m_wildCard, wildDescriptions, wildFilters) ) { - wxFAIL_MSG( wxT("Wrong file type descripition") ); + wxFAIL_MSG( wxT("Wrong file type description") ); } // layout