From: Robin Dunn Date: Mon, 2 Aug 2004 21:59:10 +0000 (+0000) Subject: fixed typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/391014681a565f9f64491cd65841557aa03d9f22 fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_image.i b/wxPython/src/_image.i index 57ab53657f..b475672670 100644 --- a/wxPython/src/_image.i +++ b/wxPython/src/_image.i @@ -479,7 +479,7 @@ public: DocStr( Quantize, "Reduce the colours in the source image and put the result into the -destination image, setting the palette in the detination if +destination image, setting the palette in the destination if needed. Both images may be the same, to overwrite the source image.", " :todo: Create a version that returns the wx.Palette used.");