summaryrefslogtreecommitdiff
path: root/ais.py
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-06-19 15:14:01 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-06-19 15:14:01 +0000
commita2b8ff776d887703977415fe37cea8456d8dd625 (patch)
treed216f54950cd4fc827f36d68baeab7034ead7941 /ais.py
parent3442eeee2825b11c02fd1d89a67360ef7682e1b3 (diff)
downloadgpsd-a2b8ff776d887703977415fe37cea8456d8dd625.tar.gz
Typo fix.
Diffstat (limited to 'ais.py')
-rwxr-xr-xais.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ais.py b/ais.py
index d8eb48ab..9e2c793d 100755
--- a/ais.py
+++ b/ais.py
@@ -764,7 +764,7 @@ def parse_ais_messages(source, scaled=False):
# If there are multiple string fields with the same name,
# treat all but the first as extensions; that is, concatenate the values
# of the later ones to the first, then delete those tuples.
- # FIXME: Code is untested - wee need a message 21 with extension field
+ # FIXME: Code is untested - we need a message 21 with extension field
retry = True
while retry:
retry = False