Spelling fixed for comments and a wxASSERT_MSG. Fixes #14022.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2012-02-19 14:49:37 +00:00
parent c44db939d6
commit e75e881575
6 changed files with 7 additions and 7 deletions

View File

@@ -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)