summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Schlueter <jon.schlueter@gmail.com>2011-03-05 14:14:48 -0500
committerJon Schlueter <jon.schlueter@gmail.com>2011-03-05 14:14:48 -0500
commit265596f150ae6e0221c18f155b1752af7fa79711 (patch)
treee8e0dac4b63d758a73602c2976744ec4b4fce985 /doc
parentf0b4bc5dd76f4aa8ea19ea37842bc9fce6882422 (diff)
downloadgpsd-265596f150ae6e0221c18f155b1752af7fa79711.tar.gz
spellchecking in explan_serial.c.xml
Diffstat (limited to 'doc')
-rw-r--r--doc/explan_serial.c.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/explan_serial.c.xml b/doc/explan_serial.c.xml
index e4bef54e..c00f0796 100644
--- a/doc/explan_serial.c.xml
+++ b/doc/explan_serial.c.xml
@@ -62,7 +62,7 @@
saved baudrate and if so, activate it.</para><para>Preset the packet
type to BAD_PACKET.</para><para>Check if the device we have opened
is a tty. If it is a tty, read the original terminal
- paramters.</para><para>Exit with an error code -1 on failure to do
+ parameters.</para><para>Exit with an error code -1 on failure to do
so.</para><para>Save the old parameters, set important control
flags, then set the speed.</para><para>Finally, return the allocated
fd.</para></entry>
@@ -71,7 +71,7 @@
<entry><function>bool gpsd_write(struct gps_device_t *session, void const *buf, size_t len)</function></entry>
<entry><para>If the device is read-only, simply return
0.</para><para>If not, try to write <function>len</function>
- characters to the device. waiting until all data has been
+ characters to the device. Waiting until all data has been
sent.</para><para>Return the number of bytes written.</para></entry>
</row>
<row>