From: Vadim Zeitlin Date: Sun, 7 Oct 2007 19:54:05 +0000 (+0000) Subject: no changes, just fixed a typo in an error message X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/143591e943c40bd8264cca2a70d8d8688b224ba7 no changes, just fixed a typo in an error message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/xtixml.cpp b/src/common/xtixml.cpp index dae1f64eba..049107cc4b 100644 --- a/src/common/xtixml.cpp +++ b/src/common/xtixml.cpp @@ -318,7 +318,7 @@ int wxXmlReader::ReadComponent(wxXmlNode *node, wxDepersister *callbacks) const wxPropertyInfo* pi = classInfo->FindPropertyInfo( paramName ) ; if ( pi == 0 ) { - wxLogError( wxString::Format(_("Unkown Property %s"),paramName) ) ; + wxLogError( wxString::Format(_("Unknown Property %s"),paramName) ) ; } // if we don't have the value of a create param set in the xml // we use the default value