]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/geometry.h
Fix typo in wxOwnerDrawnComboBox ctor documentation.
[wxWidgets.git] / interface / wx / geometry.h
index 139c783785bb9efeacb82d419ccedd1bcd84d2a4..9a7624a2587ed159727ed5b180a78cca3d9a5098 100644 (file)
@@ -150,8 +150,8 @@ public:
     wxPoint2DDouble GetPosition();
     wxSize GetSize();
 
-    // for the edge and corner accessors there are two setters conterparts, the Set.. functions keep the other corners at their
-        // position whenever sensible, the Move.. functions keep the size of the rect and move the other corners apropriately
+    // for the edge and corner accessors there are two setters counterparts, the Set.. functions keep the other corners at their
+        // position whenever sensible, the Move.. functions keep the size of the rect and move the other corners appropriately
 
     wxDouble GetLeft() const;
     void SetLeft( wxDouble n );
@@ -241,8 +241,8 @@ public:
     wxPoint2DInt GetPosition();
     wxSize GetSize();
 
-        // for the edge and corner accessors there are two setters conterparts, the Set.. functions keep the other corners at their
-        // position whenever sensible, the Move.. functions keep the size of the rect and move the other corners apropriately
+        // for the edge and corner accessors there are two setters counterparts, the Set.. functions keep the other corners at their
+        // position whenever sensible, the Move.. functions keep the size of the rect and move the other corners appropriately
 
     wxInt32 GetLeft() const;
     void SetLeft( wxInt32 n );