X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/869b1b26ff1841ab4d6a94627ee57c2a70a65b5b..7d6a4d96961eac84d05db8bb24c64d39003f6e54:/src/generic/regiong.cpp?ds=inline diff --git a/src/generic/regiong.cpp b/src/generic/regiong.cpp index 24d24e2bba..caf5cc7a4a 100644 --- a/src/generic/regiong.cpp +++ b/src/generic/regiong.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: src/generic/region.cpp +// Name: src/generic/regiong.cpp // Purpose: generic wxRegion class // Author: David Elliott // Modified by: @@ -1645,7 +1645,7 @@ miSubtractO ( else if (r2->x1 <= x1) { /* - * Subtrahend preceeds minuend: nuke left edge of minuend. + * Subtrahend precedes minuend: nuke left edge of minuend. */ x1 = r2->x2; if (x1 >= r1->x2)