summaryrefslogtreecommitdiff
path: root/chimere/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/models.py')
-rw-r--r--chimere/models.py2
1 files changed, 1 insertions, 1 deletions
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"]