diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-01-22 19:25:02 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-01-22 19:25:02 +0000 |
commit | 18517f5ec7378ceffb554dd21b5fbf49bdae24af (patch) | |
tree | 3c4ecf120abab2fcc1f23e820b41c9d3a89d3883 /parsers | |
parent | c602587990976448fbbb1c6afa404db69fc12850 (diff) | |
download | troggle-18517f5ec7378ceffb554dd21b5fbf49bdae24af.tar.gz troggle-18517f5ec7378ceffb554dd21b5fbf49bdae24af.tar.bz2 troggle-18517f5ec7378ceffb554dd21b5fbf49bdae24af.zip |
typo
Diffstat (limited to 'parsers')
-rw-r--r-- | parsers/survex.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parsers/survex.py b/parsers/survex.py index 5f601e1..2a75c8b 100644 --- a/parsers/survex.py +++ b/parsers/survex.py @@ -299,7 +299,7 @@ class LoadingSurvex: rx_quotedtitle = re.compile(r'(?i)^"(.*)"$') """ - Regular expression explanation for rx_starref (MS CoPilot) + Regular expression explanation for rx_starref (MS CoPilot) - Not actually USED any more ?! (?i) : Case-insensitive flag for the regex ^ : Asserts the position at the start of a line @@ -1093,7 +1093,7 @@ class LoadingSurvex: """ def check_reused_wallet(): if walletnum == "00": - # we don't mind if lost of survex files refer to the index wallet. + # we don't mind if lots of survex files refer to the index wallet. # this is a way of saying that there is no wallet - someone has investigated. pass message = f" ! Wallet *REF {refscan} in {survexblock.survexfile.path} - re-uses #00 '{survexblock.scanswallet.walletname}'" |