From ee7ebb61f25a79b8d2d972f5abccc6a83a0bb32a Mon Sep 17 00:00:00 2001 From: Rich Wareham Date: Thu, 19 Jul 2012 16:08:25 +0100 Subject: [PATCH] SConstruct: trivial typo fix 'henche' -> 'hence' --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index b087233a6..0a5053b5a 100644 --- a/SConstruct +++ b/SConstruct @@ -87,7 +87,7 @@ pretty_dep_names = { # Core plugin build configuration # opts.AddVariables still hardcoded however... PLUGINS = { # plugins with external dependencies - # configured by calling project, henche 'path':None + # configured by calling project, hence 'path':None 'postgis': {'default':True,'path':None,'inc':'libpq-fe.h','lib':'pq','lang':'C'}, 'gdal': {'default':True,'path':None,'inc':'gdal_priv.h','lib':'gdal','lang':'C++'}, 'ogr': {'default':True,'path':None,'inc':'ogrsf_frmts.h','lib':'gdal','lang':'C++'},