]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 3 May 2011 15:59:37 +0000 (15:59 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 3 May 2011 15:59:37 +0000 (15:59 +0000)
wand/drawing-wand.c

index 8948d858e39df130f173da197f5f1678f3e78f7b..497d3ca43ef943b18ab6c4a94a1ea93321999ea2 100644 (file)
@@ -464,15 +464,15 @@ static void AdjustAffine(DrawingWand *wand,const AffineMatrix *affine)
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  ClearDrawingWand() clear resources associated with the drawing wand.
+%  ClearDrawingWand() clears resources associated with the drawing wand.
 %
 %  The format of the ClearDrawingWand method is:
 %
-%      DrawingWand *ClearDrawingWand(DrawingWand *wand)
+%      void ClearDrawingWand(DrawingWand *wand)
 %
 %  A description of each parameter follows:
 %
-%    o wand: the drawing wand. to destroy
+%    o wand: the drawing wand to clear.
 %
 */
 WandExport void ClearDrawingWand(DrawingWand *wand)
@@ -620,7 +620,7 @@ WandExport DrawingWand *CloneDrawingWand(const DrawingWand *wand)
 %
 %  A description of each parameter follows:
 %
-%    o wand: the drawing wand. to destroy
+%    o wand: the drawing wand to destroy.
 %
 */
 WandExport DrawingWand *DestroyDrawingWand(DrawingWand *wand)