X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/906c935a80b10d53cecf57f71ab5f3f4f1d529ec..7ddb15416407390de67cc26b04e91ea99a521f57:/src/dfb/region.cpp?ds=sidebyside diff --git a/src/dfb/region.cpp b/src/dfb/region.cpp index 7a2cb28b7d..d07fd09a5d 100644 --- a/src/dfb/region.cpp +++ b/src/dfb/region.cpp @@ -33,7 +33,7 @@ public: ~wxRegionRefData() {} - // default assignment and comparision operators are OK + // default assignment and comparison operators are OK wxRect m_rect; }; @@ -178,7 +178,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