]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/xrc/xh_sizer.h
Minor tweak to improve understandability
[wxWidgets.git] / interface / wx / xrc / xh_sizer.h
index 2690a0d8e2c994ee5da18cd28bcab11438343fde..ce1c9c1b6308d9f7c9a44e3d17eb86826255e4ff 100644 (file)
@@ -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") ||