X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40730ad17db78193611389a3d12db772b28eac31..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/xrc/xh_sizer.h?ds=inline

diff --git a/interface/wx/xrc/xh_sizer.h b/interface/wx/xrc/xh_sizer.h
index 2690a0d8e2..ce1c9c1b63 100644
--- a/interface/wx/xrc/xh_sizer.h
+++ b/interface/wx/xrc/xh_sizer.h
@@ -4,7 +4,7 @@
 // Author:      Kinaou Hervé
 // Created:     2010-10-24
 // Copyright:   (c) 2010 wxWidgets development team
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -62,7 +62,7 @@ protected:
         {
             ...
 
-        prottected:
+        protected:
             bool IsSizerNode(wxXmlNode *node) const
             {
                 return IsOfClass(node, "MySizer") ||