From 86dcb79808de07296d49212f6a29363b1bc678fe Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 17 Nov 2008 01:32:45 +0000 Subject: [PATCH] Minor spelling change to use more common spatial term --- bindings/python/mapnik_envelope.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<>())