summaryrefslogtreecommitdiff
path: root/dmagick/DrawingContext.d
diff options
context:
space:
mode:
authorMike Wey2012-12-25 14:55:14 +0100
committerMike Wey2012-12-25 14:55:14 +0100
commit01c3ab53110d338a8fdae44318103cdd7a4af806 (patch)
treef298e074d12bafab3a40bcf37c88f697de5c51a8 /dmagick/DrawingContext.d
parent60320a53a1bdbccbfc69149462223a6e07e87f4a (diff)
Fix a few typos.
Diffstat (limited to 'dmagick/DrawingContext.d')
-rw-r--r--dmagick/DrawingContext.d6
1 files changed, 3 insertions, 3 deletions
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
{