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):