From 01c3ab53110d338a8fdae44318103cdd7a4af806 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Tue, 25 Dec 2012 14:55:14 +0100 Subject: Fix a few typos. --- dmagick/DrawingContext.d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dmagick') diff --git a/dmagick/DrawingContext.d b/dmagick/DrawingContext.d index d7916be..78bbba7 100644 --- a/dmagick/DrawingContext.d +++ b/dmagick/DrawingContext.d @@ -1043,10 +1043,10 @@ class DrawingContext * * One thing to remember it that the gradient is always drawn from the * top left corner of the image. And is repeated if it's smaller then the - * image height or width. This mean that the gradien you see in the object + * image height or width. This mean that the gradient you see in the object * you are filling does not determine the stating point of the gradient - * but is filled the part of the gradient that whould be there when starting - * at the top left corneer of the image. + * but is filled the part of the gradient that would be there when starting + * at the top left corner of the image. */ struct Gradient { -- cgit v1.2.3