]> git.saurik.com Git - wxWidgets.git/commitdiff
no changes, just fixed a typo in an error message
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Oct 2007 19:54:05 +0000 (19:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Oct 2007 19:54:05 +0000 (19:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/xtixml.cpp

index dae1f64ebab214b4486f9944440ee08eeb1e73d5..049107cc4b4afb1b0e1e481fe127de2d4f444e0d 100644 (file)
@@ -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