summaryrefslogtreecommitdiff
path: root/driver_evermore.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_evermore.c')
-rw-r--r--driver_evermore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_evermore.c b/driver_evermore.c
index b1794a13..2397e7c4 100644
--- a/driver_evermore.c
+++ b/driver_evermore.c
@@ -217,7 +217,7 @@ gps_mask_t evermore_parse(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)getub(buf2, 8) * 0.1;