summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Schlueter <jon.schlueter@gmail.com>2011-03-05 04:49:42 -0500
committerJon Schlueter <jon.schlueter@gmail.com>2011-03-05 04:49:42 -0500
commitbaac6a038d3ab476abc34716766e55314bdf94b5 (patch)
treec097f265390cd78646412f2913f1ebbbc21ea201 /doc
parent375e629514d2c12a9650bd6fccb204434cafef94 (diff)
downloadgpsd-baac6a038d3ab476abc34716766e55314bdf94b5.tar.gz
spellchecking in explan_libgps_core
Diffstat (limited to 'doc')
-rw-r--r--doc/explan_libgps_core.c.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/explan_libgps_core.c.xml b/doc/explan_libgps_core.c.xml
index 5d0f9a1b..bb1ae041 100644
--- a/doc/explan_libgps_core.c.xml
+++ b/doc/explan_libgps_core.c.xml
@@ -50,8 +50,8 @@
<entry><function>static void gps_unpack(char *buf, struct gps_data_t *gpsdata)</function></entry>
<entry><para>Keep looping through the data in
<function>buf</function> for JSON objects. Each time one is found,
- analyze it and umpack it into the struct pointed at by gpsdata,
- setting the gpasdata->set mask appropriately to indicate which data
+ analyze it and unpack it into the struct pointed at by gpsdata,
+ setting the gpsdata->set mask appropriately to indicate which data
is valid</para><para>This function is intended for GPSD internal use
only and should not be considered a stable part oof the
API.</para></entry>
@@ -75,7 +75,7 @@
</row>
<row>
<entry><function>bool gps_waiting(struct gps_data_t *gpsdata)</function></entry>
- <entry><para>Returnn a boolean indicating whether input data is waiting on
+ <entry><para>Return a boolean indicating whether input data is waiting on
the daemon socket. Does not block.</para></entry>
</row>
<row>