From be5f5e9830575547c60aad41420edf1387010f5c Mon Sep 17 00:00:00 2001 From: Chris Kuethe Date: Sat, 18 Jul 2009 16:21:36 +0000 Subject: couple of little fixes from Hakan Johansson --- monitor_nmea.c | 1 - monitor_proto.c | 4 ++-- 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; } -- cgit v1.2.1