diff --git a/bindings/python/mapnik_envelope.cpp b/bindings/python/mapnik_envelope.cpp index eafcd8381..f17b523d4 100644 --- a/bindings/python/mapnik_envelope.cpp +++ b/bindings/python/mapnik_envelope.cpp @@ -64,7 +64,7 @@ void export_envelope() { using namespace boost::python; class_ >("Envelope", - "A spacial envelope (i.e. bounding box) " + "A spatial envelope (i.e. bounding box) " "which also defines some basic operators." , init()) .def(init<>())