about summary refs log tree commit diff
path: root/converter/ppm/ppmtobmp.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-08-26 07:28:10 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-08-26 07:28:10 +0000
commit483856a78f157e17bbc2405519be1d9a00b38adc (patch)
tree47ac37e35c4a8f11d6786099c2e74ec8df2ffc51 /converter/ppm/ppmtobmp.c
parent445f8afdf3a28d9e68bc9b6b402c517b5a3a1e65 (diff)
downloadnetpbm-mirror-483856a78f157e17bbc2405519be1d9a00b38adc.tar.gz
netpbm-mirror-483856a78f157e17bbc2405519be1d9a00b38adc.tar.xz
netpbm-mirror-483856a78f157e17bbc2405519be1d9a00b38adc.zip
change Ppmquant to Pnmquant in message
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@19 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/ppm/ppmtobmp.c')
-rw-r--r--converter/ppm/ppmtobmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/ppm/ppmtobmp.c b/converter/ppm/ppmtobmp.c
index 071f3b12..b9ac063e 100644
--- a/converter/ppm/ppmtobmp.c
+++ b/converter/ppm/ppmtobmp.c
@@ -647,7 +647,7 @@ choose_colortype_bpp(struct cmdline_info const cmdline,
             pm_error("There are too many colors in the image to "
                      "represent in the\n"
                      "number of bits per pixel you requested: %d.\n"
-                     "You may use Ppmquant to reduce the number of "
+                     "You may use Pnmquant to reduce the number of "
                      "colors in the image.",
                      cmdline.bpp);
         else