From 7dd395236766132a0b5efd2946f5254d33ec7a5c Mon Sep 17 00:00:00 2001 From: expo Date: Wed, 3 Aug 2005 19:30:30 +0200 Subject: [PATCH] [svn r7083] Spelling correction --- noinfo/prospecting_guide_scripts/make-prospectingguide-new.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/noinfo/prospecting_guide_scripts/make-prospectingguide-new.py b/noinfo/prospecting_guide_scripts/make-prospectingguide-new.py index 7d2342dab..4c8ea6efd 100644 --- a/noinfo/prospecting_guide_scripts/make-prospectingguide-new.py +++ b/noinfo/prospecting_guide_scripts/make-prospectingguide-new.py @@ -13,7 +13,7 @@ areanames = { '2b': '2b – Eishöhle area', '2c': '2c – Kaninchenhöhle area', '2d': '2d – Steinbrückenhöhle area', - '3': '3 – Bräning Alm', + '3': '3 – Bräuning Alm', '4': '4 – Kratzer valley', '5': '5 – Schwarzmoos-Wildensee', '6': '6 – Far plateau', @@ -57,6 +57,7 @@ def find_effective_number(c): return c["Kataster Number"] else: return c["Unofficial number"] + def longnumber(c, number): """Both numbers""" if (c["Unofficial number"] and c["Unofficial number"] != number):