diff options
Diffstat (limited to 'core/models/caves.py')
-rw-r--r-- | core/models/caves.py | 2 |
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'] |