summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Schlueter <jon.schlueter@gmail.com>2011-03-05 13:48:17 -0500
committerJon Schlueter <jon.schlueter@gmail.com>2011-03-05 13:48:17 -0500
commit7802392c043c1f3cf58cde17de92420888083290 (patch)
tree5faf8b8cb72f24fde30174df11be05505af9e4c0 /doc
parenta35f3505dd4003ce667cedbaf99a555369232817 (diff)
downloadgpsd-7802392c043c1f3cf58cde17de92420888083290.tar.gz
spellchecking in explan_libgpsd_core.c.xml
Diffstat (limited to 'doc')
-rw-r--r--doc/explan_libgpsd_core.c.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/explan_libgpsd_core.c.xml b/doc/explan_libgpsd_core.c.xml
index dc25c7da..2daa7f12 100644
--- a/doc/explan_libgpsd_core.c.xml
+++ b/doc/explan_libgpsd_core.c.xml
@@ -65,7 +65,7 @@
still hanging in there, we now see if we already have had more than
4 good fixes, otherwise we can't trust the 1PPS.</para><para>We then
finally test the pulse duration. If it is either a genuine 1PPS or a
- 2Hz squarewave, we call
+ 2Hz square wave, we call
<function>ntpshm_pps()</function>.</para><para>Short or long PPS
pulses are dropped with an error report.</para></entry>
</row>
@@ -109,7 +109,7 @@
or the packet is incomplete, using the stashed count of characters
and the full packet indicator.</para><para>If a full packet is
available, we try to get the fix data and update the main data
- stucture. We also compute the DOPs so we can fill them in if they
+ structure. We also compute the DOPs so we can fill them in if they
are not included in the gps device output.</para><para>Mopst of the
possible driver events are called from somewhere in
here.</para></entry>