From 6f2df68ec45b0e7ed27d28f1117cdc97552dfb2f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 30 Sep 2012 22:19:24 +0000 Subject: [PATCH] No changes, just fix some typos in comments in wxXRC code. 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 | 2 +- include/wx/xrc/xmlres.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/xrc/xh_unkwn.h b/include/wx/xrc/xh_unkwn.h index c0e4ea3504..e76238932f 100644 --- a/include/wx/xrc/xh_unkwn.h +++ b/include/wx/xrc/xh_unkwn.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // 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$ diff --git a/include/wx/xrc/xmlres.h b/include/wx/xrc/xmlres.h index 07a5b90251..97bd03daa7 100644 --- a/include/wx/xrc/xmlres.h +++ b/include/wx/xrc/xmlres.h @@ -137,7 +137,7 @@ public: // 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 -- 2.45.2