summaryrefslogtreecommitdiff
path: root/devtools/ais.py
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-02-01 11:04:54 +0000
committerEric S. Raymond <esr@thyrsus.com>2010-02-01 11:04:54 +0000
commit3476d204a3cd9f3d5d17ae0d8ba652daaf5930ac (patch)
treeb57abf81a91459944c9f888a5139ded5893b91f6 /devtools/ais.py
parent2028c2da583ac9ad41882590ea5b3fe8b7f14bb5 (diff)
downloadgpsd-3476d204a3cd9f3d5d17ae0d8ba652daaf5930ac.tar.gz
Typo fix.
Diffstat (limited to 'devtools/ais.py')
-rwxr-xr-xdevtools/ais.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/ais.py b/devtools/ais.py
index 10bf8811..f769fb7e 100755
--- a/devtools/ais.py
+++ b/devtools/ais.py
@@ -407,7 +407,7 @@ type15 = (
type16 = (
spare(2),
bitfield("mmsi1", 30, 'unsigned', 0, "Interrogated MMSI 1"),
- bitfield("offset1 ", 12, 'unsigned', 0, "First slot offset"),
+ bitfield("offset1", 12, 'unsigned', 0, "First slot offset"),
bitfield("increment1",10, 'unsigned', 0, "First slot increment"),
bitfield("mmsi2", 30, 'unsigned', 0, "Interrogated MMSI 2",
conditional=lambda i, v: v['length'] >= 144),