summaryrefslogtreecommitdiff
path: root/monitor_proto.c
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2009-07-18 16:21:36 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2009-07-18 16:21:36 +0000
commitbe5f5e9830575547c60aad41420edf1387010f5c (patch)
treee4cafee1f57bfbabeb6ec37e02e4d57f3e3cad1a /monitor_proto.c
parentefba3355022f0b4b6134d22d4d2263b985f8f940 (diff)
downloadgpsd-be5f5e9830575547c60aad41420edf1387010f5c.tar.gz
couple of little fixes from Hakan Johansson
Diffstat (limited to 'monitor_proto.c')
-rw-r--r--monitor_proto.c4
1 files changed, 2 insertions, 2 deletions
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;
}