diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2010-05-11 19:40:06 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2010-05-11 19:40:06 -0400 |
commit | 0149b289b11153bc35377e255c009006e01dd3b5 (patch) | |
tree | b9b4e6d9ea10366983cfe9a7dec8fdda746947d1 | |
parent | c794ff4bd37d66cc44a7280d474843bc1c391092 (diff) | |
download | gpsd-0149b289b11153bc35377e255c009006e01dd3b5.tar.gz |
Typo fixes.
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | devtools/ais.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ chroot jails where access to ptys is locked out. AIS code now interprets message type 6 and 8 application IDs correctly as a Designated Area Code and Functional ID pair. gpspipe has a new -T - option for setting the timestamp frmat. xgpsspeed is completely + option for setting the timestamp format. xgpsspeed is completely rewritten in Python, eliminating some dependencies on ancient X libraries. diff --git a/devtools/ais.py b/devtools/ais.py index 8bc2f9f8..9638b624 100755 --- a/devtools/ais.py +++ b/devtools/ais.py @@ -514,7 +514,7 @@ type20 = ( ) aide_type_legends = ( - "Unspcified", + "Unspecified", "Reference point", "RACON", "Fixed offshore structure", |