diff --git a/MagickWand/montage.c b/MagickWand/montage.c index ad887aeeb3..2191b0d7e4 100644 --- a/MagickWand/montage.c +++ b/MagickWand/montage.c @@ -330,7 +330,7 @@ WandExport MagickBooleanType MontageImageCommand(ImageInfo *image_info, { (void) ThrowMagickException(exception,GetMagickModule(),OptionError, "MissingArgument","%s",""); - (void) MontgagUsage(); + (void) MontageUsage(); return(MagickFalse); } format="%w,%h,%m";