summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--monitor_nmea.c1
-rw-r--r--monitor_proto.c4
2 files changed, 2 insertions, 3 deletions
diff --git a/monitor_nmea.c b/monitor_nmea.c
index 82634564..883e2d5a 100644
--- a/monitor_nmea.c
+++ b/monitor_nmea.c
@@ -56,7 +56,6 @@ static bool nmea_initialize(void)
mvwaddstr(cookedwin, 1, 1, "Time: ");
mvwaddstr(cookedwin, 1, 31, "Lat: ");
mvwaddstr(cookedwin, 1, 55, "Lon: ");
- mvwaddstr(cookedwin, 2, 60, "Lon: ");
mvwaddstr(cookedwin, 2, 34, " Cooked PVT ");
wattrset(cookedwin, A_NORMAL);
diff --git a/monitor_proto.c b/monitor_proto.c
index 1e927fab..458fd3ef 100644
--- a/monitor_proto.c
+++ b/monitor_proto.c
@@ -48,7 +48,7 @@ static bool PROTO_initialize(void)
* When you enter it, two windows will be accessible to you; (1)
* devicewin, just below the status and command line at top of
* screen, and (2) packetwin, taking up the rest of the screen below
- * it; packetwin will be enabled for scrolling. Mote, however,
+ * it; packetwin will be enabled for scrolling. Note, however,
* that you cannot update packetwin safely, as it may be NULL
* if the screen has no lines left over after allocating devicewin.
*
@@ -58,7 +58,7 @@ static bool PROTO_initialize(void)
* telling you firmware rev levels or whatever.
*/
- /* return false if the window allocation failed; gpsmon will abort */
+ /* return false if the window allocation failed; gpsmon will abort */
return true;
}