summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJon Schlueter <jon.schlueter@gmail.com>2011-03-05 04:39:50 -0500
committerJon Schlueter <jon.schlueter@gmail.com>2011-03-05 04:39:50 -0500
commit305c946c1e420dd725aa24470197b297d02ade1f (patch)
tree470362772e121f577847927b0c0a3d7a1ca0875b /www
parentdd045b12f6b9661ed9d03e295d7c783fca28d168 (diff)
downloadgpsd-305c946c1e420dd725aa24470197b297d02ade1f.tar.gz
spellchecking in writing-a-driver.xml
Diffstat (limited to 'www')
-rw-r--r--www/writing-a-driver.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/writing-a-driver.xml b/www/writing-a-driver.xml
index e237a942..8a878893 100644
--- a/www/writing-a-driver.xml
+++ b/www/writing-a-driver.xml
@@ -607,8 +607,9 @@ driver</emphasis>. It is used internally to dispatch to the correct
driver when it collects a complete packet.</para>
<!-- added by ESR, 2010 -->
+<!--
<para><structfield>.flags</structfield> Driver property flags. This
-field is rserved for future expansion.</para>
+field is reserved for future expansion.</para>
<para><structfield>.trigger</structfield> is the unique string that,
when seen, will confirm your device is present. This will be detected
@@ -748,7 +749,7 @@ gpsmon to display the control messages it sends for you.</para>
<!-- added by ESR, 2009 -->
<para><structfield>.ntp_offset</structfield> points to code to compute
an offset to be added, additionally to that in
-<filename>ntp.conf</filename> (if any) whe shipping time notifications
+<filename>ntp.conf</filename> (if any) when shipping time notifications
to NTP. If multiple sentences set TIME_IS, this will differ by
sentence type; it should differ by baud rare, as well. </para>