summaryrefslogtreecommitdiff
path: root/dmagick/Color.d
diff options
context:
space:
mode:
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++ )
{