summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Schlueter <jon.schlueter@gmail.com>2011-03-05 04:45:45 -0500
committerJon Schlueter <jon.schlueter@gmail.com>2011-03-05 04:45:45 -0500
commit4d99d5ed9ea2cd4f4597423d01e40427cf5422a8 (patch)
treeaa7d35c5ff98ecabd73d6771cdeb8becef8b6748 /doc
parentd885f494566515b0dac90e3a901558ec64d3abc1 (diff)
downloadgpsd-4d99d5ed9ea2cd4f4597423d01e40427cf5422a8.tar.gz
spellcheck and cleanup related spelling issues
Diffstat (limited to 'doc')
-rw-r--r--doc/explan_driver_nmea.c.xml4
-rw-r--r--doc/explan_gpsd.c.xml2
-rw-r--r--doc/explan_libgps_core.c.xml2
-rw-r--r--doc/explan_pseudonmea.c.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/explan_driver_nmea.c.xml b/doc/explan_driver_nmea.c.xml
index 1fe48ade..789b6378 100644
--- a/doc/explan_driver_nmea.c.xml
+++ b/doc/explan_driver_nmea.c.xml
@@ -146,8 +146,8 @@
<entry><function>static gps_mask_t processPGRME(int c UNUSED, char *field[], struct gps_device_t *session)</function></entry>
<entry><para>Check that the error estimate data is good. If not, set
all error estimate fields to 100m and return an error
- flag.</para><para>If they are good, calcluate the error value and
- store it. Return the approriate flag values.</para></entry>
+ flag.</para><para>If they are good, calculate the error value and
+ store it. Return the appropriate flag values.</para></entry>
</row>
<row>
<entry><function>static gps_mask_t processGPZDA(int c UNUSED, char *field[], struct gps_device_t *session)</function></entry>
diff --git a/doc/explan_gpsd.c.xml b/doc/explan_gpsd.c.xml
index ef0f09e0..d32ccc68 100644
--- a/doc/explan_gpsd.c.xml
+++ b/doc/explan_gpsd.c.xml
@@ -288,7 +288,7 @@
available data to all subscribers who are connected to this
device. If the data is RTCM information, pass it to all GPS devices
that can accept the data.</para><para>Handle any subscribers who are
- in watcher mode building up an approriate set of requests, depending
+ in watcher mode building up an appropriate set of requests, depending
on the available data and passing the requests to
<function>handle_gpsd_request()</function>.</para><para>If we care
about DBUS, send the fix to the DBUS.</para><para><emphasis>Note
diff --git a/doc/explan_libgps_core.c.xml b/doc/explan_libgps_core.c.xml
index b7d402dc..e0feef51 100644
--- a/doc/explan_libgps_core.c.xml
+++ b/doc/explan_libgps_core.c.xml
@@ -62,7 +62,7 @@
return -1.</para><para>If there is something to read, clear the
buffer, note the time as the received data time and the online time,
then unpack the data.</para><para>If profiling is active, use the
- received data time, the fix time and the present time to calcluate
+ received data time, the fix time and the present time to calculate
the decode time and the client receipt time.</para></entry>
</row>
<row>
diff --git a/doc/explan_pseudonmea.c.xml b/doc/explan_pseudonmea.c.xml
index daa7c9f0..e6da5118 100644
--- a/doc/explan_pseudonmea.c.xml
+++ b/doc/explan_pseudonmea.c.xml
@@ -46,7 +46,7 @@
</row>
<row>
<entry><function>static void gpsd_binary_dump(struct gps_device_t *session, char bufp[], size_t len)</function></entry>
- <entry><para>Dump such binary data as we have available; a fix, a quality value and a satellite status block. Each is enabled by the approriate status bits in the session mask variable.</para></entry>
+ <entry><para>Dump such binary data as we have available; a fix, a quality value and a satellite status block. Each is enabled by the appropriate status bits in the session mask variable.</para></entry>
</row>
</tbody>