]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/xtistrm.cpp
Use wxCOMPtr throughout wxWebViewIE to simplify the code and reduce the chance of...
[wxWidgets.git] / src / common / xtistrm.cpp
index de182f0ef072a72038998a5c0aa051753b3b549e..ed4a7a557c17254a70924d348e69500f33c25ffe 100644 (file)
@@ -478,7 +478,7 @@ struct wxObjectRuntimeReaderCallback::wxObjectRuntimeReaderCallbackInternal
             return NULL;
         if ( m_objects.find(objectID) == m_objects.end() )
         {
-            wxLogError( _("Passing an unkown object to GetObject") );
+            wxLogError( _("Passing an unknown object to GetObject") );
             return NULL;
         }