From dc18c4c5942f0b738f1888d12baa614fc296a111 Mon Sep 17 00:00:00 2001 From: Valérie-Emma Leroux Date: Mon, 24 Jul 2017 01:28:06 +0200 Subject: Fix help vocabulary --- chimere/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chimere/models.py') diff --git a/chimere/models.py b/chimere/models.py index bba0d15..444df36 100644 --- a/chimere/models.py +++ b/chimere/models.py @@ -299,7 +299,7 @@ class SubCategory(models.Model): "Douglas-Peucker algorythm to simplify the geometry when " "details is not alvailable. Adjust to your data volume " "and your performance need. 0.0003 is a good starting " - "point. Note: typology is not preserved.")) + "point. Note: topology is not preserved.")) class Meta: ordering = ["category", "order"] -- cgit v1.2.3