X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1b806b98241ab649c169aaa1f134df85e80fb8b..0d17c5b66a4cea4b687243d7b0ee95ff1a5fe924:/src/dfb/region.cpp?ds=sidebyside diff --git a/src/dfb/region.cpp b/src/dfb/region.cpp index 7a2cb28b7d..0d7f6e34cc 100644 --- a/src/dfb/region.cpp +++ b/src/dfb/region.cpp @@ -3,7 +3,6 @@ // Purpose: Region handling for wxWidgets/DFB // Author: Vaclav Slavik // Created: 2006-08-08 -// RCS-ID: $Id$ // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -33,7 +32,7 @@ public: ~wxRegionRefData() {} - // default assignment and comparision operators are OK + // default assignment and comparison operators are OK wxRect m_rect; }; @@ -178,7 +177,7 @@ bool wxRegion::DoSubtract(const wxRegion& region) } else if ( !M_REGION->m_rect.Intersects(rect) ) { - // the rectangles are disjoint, so substracting has no effect + // the rectangles are disjoint, so subtracting has no effect return true; } else