]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/region.cpp
Add handling of http errors to wxWebViewIE. Tidy up existing large case statement.
[wxWidgets.git] / src / dfb / region.cpp
index 7a2cb28b7d4d820100df5f1186c687211d95d927..d07fd09a5dac197eb10aeaa961408471838bebc5 100644 (file)
@@ -33,7 +33,7 @@ public:
 
     ~wxRegionRefData() {}
 
 
     ~wxRegionRefData() {}
 
-    // default assignment and comparision operators are OK
+    // default assignment and comparison operators are OK
 
     wxRect m_rect;
 };
 
     wxRect m_rect;
 };
@@ -178,7 +178,7 @@ bool wxRegion::DoSubtract(const wxRegion& region)
     }
     else if ( !M_REGION->m_rect.Intersects(rect) )
     {
     }
     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
         return true;
     }
     else