summaryrefslogtreecommitdiffstats
path: root/core/models/caves.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-09-22 01:37:25 +0300
committerPhilip Sargent <philip.sargent@klebos.com>2022-09-22 01:37:25 +0300
commitb4cf2bac95198fab404d3870c9829c016a65ac85 (patch)
tree4d82a215e5408834746c877e310d37b3b29295c5 /core/models/caves.py
parent5c0835e07630e7100dbbe07999a2afe0b27f1a0e (diff)
downloadtroggle-b4cf2bac95198fab404d3870c9829c016a65ac85.tar.gz
troggle-b4cf2bac95198fab404d3870c9829c016a65ac85.tar.bz2
troggle-b4cf2bac95198fab404d3870c9829c016a65ac85.zip
more complete list of caves linked to wallets
Diffstat (limited to 'core/models/caves.py')
-rw-r--r--core/models/caves.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/models/caves.py b/core/models/caves.py
index 9336f5b..2494a4e 100644
--- a/core/models/caves.py
+++ b/core/models/caves.py
@@ -28,7 +28,7 @@ from troggle.core.models.survex import SurvexStation
from troggle.core.utils import writetrogglefile
from troggle.core.utils import TROG
-# Us ethe TROG global object to cache teh cave lookup list
+# Use the TROG global object to cache the cave lookup list
Gcavelookup = TROG['caves']['gcavelookup']
Gcave_count = TROG['caves']['gcavecount']