summaryrefslogtreecommitdiff
path: root/driver_tsip.c
diff options
context:
space:
mode:
authorJon Schlueter <jon.schlueter@gmail.com>2011-03-05 14:14:23 -0500
committerJon Schlueter <jon.schlueter@gmail.com>2011-03-05 14:14:23 -0500
commitf0b4bc5dd76f4aa8ea19ea37842bc9fce6882422 (patch)
tree90f96eae2b107cf8622e8f07d158d9efd18e15d1 /driver_tsip.c
parente1b5a0141f60b984e317104585cc768c8af88e55 (diff)
downloadgpsd-f0b4bc5dd76f4aa8ea19ea37842bc9fce6882422.tar.gz
spellchecking in driver_tsip/geostar
Diffstat (limited to 'driver_tsip.c')
-rw-r--r--driver_tsip.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/driver_tsip.c b/driver_tsip.c
index 6a47183c..01a11e33 100644
--- a/driver_tsip.c
+++ b/driver_tsip.c
@@ -454,8 +454,8 @@ static gps_mask_t tsip_analyze(struct gps_device_t *session)
* the satellite constellation looks good to the chip but no
* actual fix has yet been acquired. We should set the mode
* field (which controls gpsd's fix reporting) only from sentences
- * that convey actual fix information, like 0x20, othewise we
- * get results like triggering ther error modeler spuriously.
+ * that convey actual fix information, like 0x20, otherwise we
+ * get results like triggering their error modeler spuriously.
*/
switch (u1 & 7) { /* dimension */
case 3:
@@ -772,7 +772,7 @@ static gps_mask_t tsip_analyze(struct gps_device_t *session)
f1 = getbef(buf, 16); /* clock bias */
u1 = getub(buf, 12); /* GPS Decoding Status */
- u2 = getub(buf, 1); /* Reciever Mode */
+ u2 = getub(buf, 1); /* Receiver Mode */
if (u1 != (uint8_t) 0) {
session->gpsdata.status = STATUS_NO_FIX;
mask |= STATUS_IS;
@@ -1144,7 +1144,7 @@ const struct gps_type_t tsip_binary =
.get_packet = generic_get, /* use the generic packet getter */
.parse_packet = tsip_parse_input, /* parse message packets */
.rtcm_writer = NULL, /* doesn't accept DGPS corrections */
- .event_hook = tsip_event_hook, /* ifire on various lifetime events */
+ .event_hook = tsip_event_hook, /* fire on various lifetime events */
#ifdef ALLOW_RECONFIGURE
.speed_switcher = tsip_speed_switch,/* change baud rate */
.mode_switcher = tsip_mode, /* there is a mode switcher */