From 6fa205474f2a8997bc4af9fa80a0deb0c686670e Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 7 Oct 2010 01:00:58 +0000 Subject: [PATCH] fix spelling --- tests/python_tests/save_map_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_tests/save_map_test.py b/tests/python_tests/save_map_test.py index fd1f142fd..e21cad713 100644 --- a/tests/python_tests/save_map_test.py +++ b/tests/python_tests/save_map_test.py @@ -20,7 +20,7 @@ def test(): # 4. Compare both map objects map = mapnik2.Map(256, 256) - raise Todo("map comparison is currently broken dou to lacking relative paths support (#324,#340") + raise Todo("map comparison is currently broken due to lacking relative paths support (#324,#340") def compare_map(in_map):