]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/regiong.cpp
first attempt at adding the minimal set needed for dead-key support, see #15345
[wxWidgets.git] / src / generic / regiong.cpp
index bc3a24f8e2f26444f52c1cf0fb3ec5370cd74db1..7580c44432d49b29450042da5c5c8f62eb2bd7c9 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      David Elliott
 // Modified by:
 // Created:     2004/04/12
-// RCS-ID:      $Id$
 // Copyright:   (c) 2004 David Elliott
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -1645,7 +1644,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)