From: Vadim Zeitlin <vadim@wxwidgets.org> Date: Mon, 29 Aug 2011 12:33:40 +0000 (+0000) Subject: Fix spelling error in an error message in wxObjectXmlReader. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/758cdca10a2a0f3863bd9346cd0fc12392f55569 Fix spelling error in an error message in wxObjectXmlReader. No other changes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/xtixml.cpp b/src/common/xtixml.cpp index 33fb30d341..ce70649d9c 100644 --- a/src/common/xtixml.cpp +++ b/src/common/xtixml.cpp @@ -325,7 +325,7 @@ int wxObjectXmlReader::ReadComponent(wxXmlNode *node, wxObjectReaderCallback *ca 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