diff --git a/config/delegates.xml.in b/config/delegates.xml.in
index 9ed8f90..7ba013e 100644
--- a/config/delegates.xml.in
+++ b/config/delegates.xml.in
@@ -61,9 +61,9 @@
<delegatemap>
<delegate decode="autotrace" stealth="True" command=""@ConvertDelegate@" "%i" "pnm:%u"\n"@AutotraceDecodeDelegate@" -input-format pnm -output-format svg -output-file "%o" "%u""/>
<delegate decode="avi:decode" stealth="True" command=""@AVIDecodeDelegate@" "%i" -really-quiet -ao null -vo png:z=3"/>
- <delegate decode="blender" command=""@BlenderDecoderDelegate@" -b "%i" -F PNG -o "%o""\n"@ConvertDelegate@" -concatenate "%o*.png" "%o""/>
+ <delegate decode="blender" command=""@BlenderDecodeDelegate@" -b "%i" -F PNG -o "%o""\n"@ConvertDelegate@" -concatenate "%o*.png" "%o""/>
<delegate decode="browse" stealth="True" spawn="True" command=""@BrowseDelegate@" http://www.imagemagick.org/"/>
- <delegate decode="cdr" command=""@UniconvertorDecodeDelegate@" "%i" "%o.svg"; mv "%o.svg" "%o""/>
+ <delegate decode="cdr" command=""@UniconvertorDelegate@" "%i" "%o.svg"; mv "%o.svg" "%o""/>
<delegate decode="cgm" thread-support="False" command=""@CGMDecodeDelegate@" -d ps -oC < "%i" > "%o" 2> "%Z""/>
<delegate decode="dvi" command=""@DVIDecodeDelegate@" -q -o "%o" "%i""/>
<delegate decode="dng:decode" command=""@DNGDecodeDelegate@" --silent --wb=camera --black-point=auto --exposure=auto --create-id=also --out-type=png --out-depth=16 "--output=%u.png" "%i""/>
diff --git a/configure b/configure
index 57f1c7c..4f9d940 100755
--- a/configure
+++ b/configure
@@ -29512,7 +29512,7 @@
RSVGDecodeDelegateDefault='rsvg'
SCANDecodeDelegateDefault='scanimage'
TXTDelegateDefault='enscript'
-UniconverterDelegateDefault='uniconvertor'
+UniconvertorDelegateDefault='uniconvertor'
WMFDecodeDelegateDefault='wmf2eps'
WWWDecodeDelegateDefault='curl'
XPSDelegateDefault='gxps'
diff --git a/configure.ac b/configure.ac
index 6a818a2..3e216ae 100755
--- a/configure.ac
+++ b/configure.ac
@@ -2736,7 +2736,7 @@
RSVGDecodeDelegateDefault='rsvg'
SCANDecodeDelegateDefault='scanimage'
TXTDelegateDefault='enscript'
-UniconverterDelegateDefault='uniconvertor'
+UniconvertorDelegateDefault='uniconvertor'
WMFDecodeDelegateDefault='wmf2eps'
WWWDecodeDelegateDefault='curl'
XPSDelegateDefault='gxps'