Minor spelling change to use more common spatial term

This commit is contained in:
Dane Springmeyer 2008-11-17 01:32:45 +00:00
parent 15d099ec1b
commit 86dcb79808

View file

@ -64,7 +64,7 @@ void export_envelope()
{
using namespace boost::python;
class_<Envelope<double> >("Envelope",
"A spacial envelope (i.e. bounding box) "
"A spatial envelope (i.e. bounding box) "
"which also defines some basic operators." ,
init<double,double,double,double>())
.def(init<>())