summaryrefslogtreecommitdiff
path: root/dmagick/Color.d
diff options
context:
space:
mode:
authorMike Wey2011-05-29 19:24:18 +0200
committerMike Wey2011-05-29 19:24:18 +0200
commitd5ef6d8e93cf90bc47af6dbf8a569446404d7193 (patch)
tree3f46076682d951ddf0be88e5093c9327d6f60151 /dmagick/Color.d
parent96f31224ca2b171d11b83c59dcda962afbca8b65 (diff)
add annotate
Diffstat (limited to 'dmagick/Color.d')
-rw-r--r--dmagick/Color.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmagick/Color.d b/dmagick/Color.d
index e11f6ba..acd16d3 100644
--- a/dmagick/Color.d
+++ b/dmagick/Color.d
@@ -54,7 +54,7 @@ class Color
const(char)* name = toStringz(color);
- QueryColorDatabase(name, packet, DMagickExcepionInfo());
+ QueryColorDatabase(name, packet, DMagickExceptionInfo());
}
/**
@@ -212,7 +212,7 @@ class Color
const(ColorInfo)** colorList;
const(char)* pattern = toStringz("*");
- colorList = GetColorInfoList(pattern, &numberOfColors, DMagickExcepionInfo());
+ colorList = GetColorInfoList(pattern, &numberOfColors, DMagickExceptionInfo());
for ( int i = 0; i < numberOfColors; i++ )
{