about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-28 14:56:53 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-28 14:56:53 +0000
commit55076470e9af83d2c99a2443e813f680851fd8a8 (patch)
tree71e9d0d5585ae0c3c5bde0cdc015065d50be65ea
parent87980ae2402c8e862e31b052ddf00d68404c03a6 (diff)
downloadnetpbm-mirror-55076470e9af83d2c99a2443e813f680851fd8a8.tar.gz
netpbm-mirror-55076470e9af83d2c99a2443e813f680851fd8a8.tar.xz
netpbm-mirror-55076470e9af83d2c99a2443e813f680851fd8a8.zip
fix typo in message
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2577 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--converter/other/pamtopng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pamtopng.c b/converter/other/pamtopng.c
index 2e4011b3..848d1fbc 100644
--- a/converter/other/pamtopng.c
+++ b/converter/other/pamtopng.c
@@ -118,7 +118,7 @@ parseSrgbintentOpt(const char *      const srgbintentOpt,
         *srgbintentP = PNGX_ABSOLUTE_COLORIMETRIC;
     else
         pm_error("Unrecognized sRGB intent value '%s'.  We understand "
-                 "only 'perceptual', 'realtivecolorimetric', "
+                 "only 'perceptual', 'relativecolorimetric', "
                  "'saturation', and 'absolutecolorimetric'",
                  srgbintentOpt);
 }