summaryrefslogtreecommitdiff
path: root/driver_ubx.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-09 06:25:00 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-09 06:25:00 -0500
commit9b8183b26274bf5824895da0e74e484e5208025c (patch)
tree83056c1c882cd8ac4db357a6489586f02f7554d2 /driver_ubx.c
parent4fcff479c474236a54ddea13e3389ac88ec79b5f (diff)
downloadgpsd-9b8183b26274bf5824895da0e74e484e5208025c.tar.gz
Typo fixes.
Diffstat (limited to 'driver_ubx.c')
-rw-r--r--driver_ubx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver_ubx.c b/driver_ubx.c
index 6709ad2a..e823ce05 100644
--- a/driver_ubx.c
+++ b/driver_ubx.c
@@ -8,7 +8,7 @@
* be adding a fixed offset based on a hidden epoch value, in which case
* unhappy things will occur on the next rollover.
*
- * For the Antaris 4, the default leap-secoond offset (before getting one from
+ * For the Antaris 4, the default leap-second offset (before getting one from
* the sats, one presumes) is 0sec; for the u-blox 6 it's 15sec.
*
* This file is Copyright (c) 2010 by the GPSD project
@@ -161,7 +161,7 @@ ubx_msg_nav_dop(struct gps_device_t *session, unsigned char *buf,
/*
* We make a deliberate choice not to clear DOPs from the
* last skyview here, but rather to treat this as a supplement
- * to our calculations from the visiniolity matrix, trusting
+ * to our calculations from the visibility matrix, trusting
* the firmware algorithms over ours.
*/
session->gpsdata.dop.gdop = (double)(getleu16(buf, 4) / 100.0);