From 4ae6c0ac613f685e97a11a215920ac924e2a3484 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 13 Nov 2013 18:47:38 -0800 Subject: [PATCH] fix typo --- include/mapnik/map.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mapnik/map.hpp b/include/mapnik/map.hpp index 850313cc4..00e2beea9 100644 --- a/include/mapnik/map.hpp +++ b/include/mapnik/map.hpp @@ -112,7 +112,7 @@ public: */ Map(int width, int height, std::string const& srs=MAPNIK_LONGLAT_PROJ); - /*! \brief Copy Constructur. + /*! \brief Copy Constructor. * * @param rhs Map to copy from. */