summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2007-12-05 08:23:36 +0000
committerEric S. Raymond <esr@thyrsus.com>2007-12-05 08:23:36 +0000
commitd2a889e0d44f0cfc55103ba25f50ed1e64d43eb6 (patch)
tree94963b53d335d1e5df8154594f15f8c59f3f4850 /TODO
parent5f50eab0eba7e0fba31807cba2910429ad94e658 (diff)
downloadgpsd-d2a889e0d44f0cfc55103ba25f50ed1e64d43eb6.tar.gz
Documentation and webpage typo fixes.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index e1009c65..7d81b152 100644
--- a/TODO
+++ b/TODO
@@ -38,12 +38,12 @@ CPU time at -D0 or -D1. Possible solutions include a wrapper around
gpsd_hexdump to only dump when the debug level is high enough, or
modifying gpsd_report to handle the hexdump call. This may require (at
worst) a library version number increment, or at least changing every
-invokation of gpsd_hexdump. Not something to be done lightly.
+invocation of gpsd_hexdump. Not something to be done lightly.
*** Change O output precision to %.9f for degrees and %.3f for meters
This corresponds to 1mm accuracy, which is better than the horizontal
-accuracy of RTK GPS. This will be revisted; receivers are commercially
+accuracy of RTK GPS. This will be revisited; receivers are commercially
available that claim to have 0.1mm accuracy
*** Full Python wrapper for libgpsd