Minor spelling change to use more common spatial term
This commit is contained in:
parent
15d099ec1b
commit
86dcb79808
1 changed files with 1 additions and 1 deletions
|
@ -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<>())
|
||||
|
|
Loading…
Reference in a new issue