summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJon Schlueter <jon.schlueter@gmail.com>2011-03-05 04:25:39 -0500
committerJon Schlueter <jon.schlueter@gmail.com>2011-03-05 04:25:39 -0500
commit7ef7026e4e87da55123320ed27d8af11436dbd94 (patch)
tree285fcabfb0d06289e8cd29f6ce82c23dc9d04fda /www
parent213ff9f12229bc06746aeb86bb2544078b2e2b42 (diff)
downloadgpsd-7ef7026e4e87da55123320ed27d8af11436dbd94.tar.gz
spellchecking and catching all of the same spelling mistakes in other files
gpsd.xml gone through
Diffstat (limited to 'www')
-rw-r--r--www/performance/performance.xml2
-rw-r--r--www/writing-a-driver.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/performance/performance.xml b/www/performance/performance.xml
index 257d58c4..9f2d5f5a 100644
--- a/www/performance/performance.xml
+++ b/www/performance/performance.xml
@@ -466,7 +466,7 @@ expect this to continue to be the case even with cycle times as
low as 0.25sec.</para>
<para>More generally, binary protocols are largely pointless except as
-market-control devices for the the manufacturers. The additional
+market-control devices for the manufacturers. The additional
capabilities they support could be just as effectively supported
through NMEA's $P-prefix extension mechanism.</para>
diff --git a/www/writing-a-driver.xml b/www/writing-a-driver.xml
index eccf3866..e237a942 100644
--- a/www/writing-a-driver.xml
+++ b/www/writing-a-driver.xml
@@ -514,7 +514,7 @@ give the address of the entry point table in my driver.</para>
<para>The <quote><filename>gpsd.h</filename></quote> file is a
conventional header file with declarations common to the whole
application. The changes are again quite simple. There is an entry
-added to put my driver in the the list of drivers that use binary
+added to put my driver in the list of drivers that use binary
mode. This depends if your driver is binary or not. I then modified
the code which sets the maximum packet size as by default the largest
packet was set to 196 bytes for the SiRF driver and the Jupiter-T can