X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2e4cf3dc689b4e9d362637a9f9347fb49fd18d4..dc73d7f5d468881a9cbb71f1a234f364ff52ceaa:/interface/wx/geometry.h diff --git a/interface/wx/geometry.h b/interface/wx/geometry.h index 224697d31b..9a7624a258 100644 --- a/interface/wx/geometry.h +++ b/interface/wx/geometry.h @@ -2,7 +2,7 @@ // Name: geometry.h // Purpose: interface of geometry classes // Author: wxWidgets team -// RCS-ID: $Id: $ +// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -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 );