From 9fa1352cd540aa69dd8b59e56de9b8020563e545 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 12 Aug 2013 15:59:07 +0200 Subject: Fix typo in pymap.xml - "Relase Date" -> "Release Date" Thanks to Daniel Mueller for spotting this typo. Unfortunately this fix may break some code if it depends on the "Relase Date" key name. The alternative would be to provide both the old and wrong key name together with the new one, but this particular key was not considered critically enough for special treatment. Signed-off-by: David Sommerseth --- src/pymap.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pymap.xml b/src/pymap.xml index 6857b1b..7d5de70 100644 --- a/src/pymap.xml +++ b/src/pymap.xml @@ -68,7 +68,7 @@ - + -- cgit