]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 25 Aug 2014 11:13:53 +0000 (11:13 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 25 Aug 2014 11:13:53 +0000 (11:13 +0000)
MagickWand/magick-wand.c

index 4d14d177c41fe2b2f35556fd103c2515f6e6a8fa..705878ec6a3430b12446884087b4187841e0040b 100644 (file)
@@ -729,13 +729,12 @@ WandExport char **MagickQueryFonts(const char *pattern,
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  MagickQueryFonts() returns any image formats that match the specified
+%  MagickQueryFormats() returns any image formats that match the specified
 %  pattern (e.g.  "*" for all).
 %
-%  The format of the MagickQueryFonts function is:
+%  The format of the MagickQueryFormats function is:
 %
-%      char **MagickQueryFonts(const char *pattern,
-%        size_t *number_formats)
+%      char **MagickQueryFormats(const char *pattern,size_t *number_formats)
 %
 %  A description of each parameter follows:
 %