]> git.saurik.com Git - wxWidgets.git/commitdiff
typo
authorRobin Dunn <robin@alldunn.com>
Thu, 12 Oct 2006 08:32:54 +0000 (08:32 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 12 Oct 2006 08:32:54 +0000 (08:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index f82432026ec31022d64de9538d2d1b1daaac0908..ba00cca6212aad904425adfee09ed46a6adcd672 100644 (file)
@@ -315,7 +315,7 @@ The first parts of a new 2D drawing API has been added with the
 wx.GraphicsPath and wx.GraphicsContext classes.  They wrap GDI+ on
 Windows, Cairo on wxGTK and CoreGraphics on OS X, and allow path-based
 drawing with alpha-blending and anti-aliasing, and use a floating
 wx.GraphicsPath and wx.GraphicsContext classes.  They wrap GDI+ on
 Windows, Cairo on wxGTK and CoreGraphics on OS X, and allow path-based
 drawing with alpha-blending and anti-aliasing, and use a floating
-point cooridnant system.  Currently they can only target drawing to
+point cooridnate system.  Currently they can only target drawing to
 windows, but other wx.DC backends are forthcoming.  The APIs may
 evolve a bit more before they are finalaized with the 2.8 release, but
 there is enough there now to get a good feel for how things will work.
 windows, but other wx.DC backends are forthcoming.  The APIs may
 evolve a bit more before they are finalaized with the 2.8 release, but
 there is enough there now to get a good feel for how things will work.