about summary refs log tree commit diff
path: root/pm_config.in.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-01-31 00:16:41 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-01-31 00:16:41 +0000
commit342bb390870f16034fba04be98ee287bab89e410 (patch)
tree13dea8e36c2ce21f0255f6069a59a975bec6e1b1 /pm_config.in.h
parentd23a0009b2463ce8bdb13bc1bf2c4efc29d82c89 (diff)
downloadnetpbm-mirror-342bb390870f16034fba04be98ee287bab89e410.tar.gz
netpbm-mirror-342bb390870f16034fba04be98ee287bab89e410.tar.xz
netpbm-mirror-342bb390870f16034fba04be98ee287bab89e410.zip
Add to rgb.txt search path
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2678 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pm_config.in.h')
-rw-r--r--pm_config.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm_config.in.h b/pm_config.in.h
index 9d0dc303..72cb477e 100644
--- a/pm_config.in.h
+++ b/pm_config.in.h
@@ -63,7 +63,7 @@
 
 /* CONFIGURE: There should be an environment variable telling where the color
 ** names database (color dictionary) is for Netpbm to use, e.g. to determine
-** what colord name "Salmon" is.  The name of that environment variable is
+** what color "Salmon" is.  The name of that environment variable is
 ** above.  But as some people prefer hardcoded file paths to environment
 ** variables, if such environment variable is not set, Netpbm looks for the
 ** first existing file in the list which is the value of 'RGB_DB_PATH'.  And