]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dcbase.cpp
Fixed wxUSE_STD_STRING==0 compilation.
[wxWidgets.git] / src / common / dcbase.cpp
index f57ba4c854dcb1503019f7ece1d2a9ca96ba7365..02f5ee8a3ee1a2d7e0c0a51943a52bfdaf409f36 100644 (file)
@@ -1602,7 +1602,7 @@ void wxDCImpl::CalculateEllipticPoints( wxPointList* points,
             y2 = y2-y-y+1;
             --y;
         }
-        // old y now to big: set point with old y, old x
+        // old y now too big: set point with old y, old x
         if( bNewPoint && x>1)
         {
             int x1 = x - 1;