about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-05-31 20:17:20 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-05-31 20:17:20 +0000
commit2678f9760e55df5ad580cd3436edca911930c918 (patch)
treedb9c68f061fe83b017731549d9d4ceb1cc85facb
parent5314448e55da76bf33edeebc0c17c0866ce2c879 (diff)
downloadnetpbm-mirror-2678f9760e55df5ad580cd3436edca911930c918.tar.gz
netpbm-mirror-2678f9760e55df5ad580cd3436edca911930c918.tar.xz
netpbm-mirror-2678f9760e55df5ad580cd3436edca911930c918.zip
Fix typo in SOURCE_DATE_EPOCH
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3622 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--doc/INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index 39bbc0a5..aad0a5e5 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -126,7 +126,7 @@ Furthermore, as version information, the modification datetime of the source
 code is often more useful than the build datetime.
 
 For these reasons, it is possible to change this timestamping behavior by
-setting the environment variable 'SOURCE_DATA_EPOCH'.  That is supposed to be
+setting the environment variable 'SOURCE_DATE_EPOCH'.  That is supposed to be
 the POSIX datetime value (decimal number of seconds since 1969, excluding leap
 seconds) for when the source code was last modified.  When you set this,
 before doing 'make' for the first time in a clean build tree, the resulting