X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/288b6107e1060b57ec50048d06cfc3f22bc11e0c..a45f904dea79c37cfd02b001ff9006849e0041db:/src/common/xtixml.cpp 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