]> git.saurik.com Git - wxWidgets.git/commitdiff
No changes, just fix some typos in comments in wxXRC code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Sep 2012 22:19:24 +0000 (22:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Sep 2012 22:19:24 +0000 (22:19 +0000)
Closes #14714.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/xrc/xh_unkwn.h
include/wx/xrc/xmlres.h

index c0e4ea3504fb03d3b5d29d64c81d8e55c95dd1ca..e76238932f732ba64191067b960cfa0c9577555b 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/xrc/xh_unkwn.h
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/xrc/xh_unkwn.h
-// Purpose:     XML resource handler for unkown widget
+// Purpose:     XML resource handler for unknown widget
 // Author:      Vaclav Slavik
 // Created:     2000/03/05
 // RCS-ID:      $Id$
 // Author:      Vaclav Slavik
 // Created:     2000/03/05
 // RCS-ID:      $Id$
index 07a5b90251f3979e6a110986de1deb60fa74e7ef..97bd03daa7903453ed6e40f2d2426b8092583646 100644 (file)
@@ -137,7 +137,7 @@ public:
     // code for all controls used within the resource.
     void AddHandler(wxXmlResourceHandler *handler);
 
     // code for all controls used within the resource.
     void AddHandler(wxXmlResourceHandler *handler);
 
-    // Add a new handler at the begining of the handler list
+    // Add a new handler at the beginning of the handler list
     void InsertHandler(wxXmlResourceHandler *handler);
 
     // Removes all handlers
     void InsertHandler(wxXmlResourceHandler *handler);
 
     // Removes all handlers