gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH 2/7] Typo fixes.


From: Beat Bolli
Subject: [gpsd-dev] [PATCH 2/7] Typo fixes.
Date: Sat, 2 Nov 2013 18:50:00 +0100

Signed-off-by: Beat Bolli <address@hidden>
---
 gpsmon.c    | 2 +-
 ppsthread.c | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gpsmon.c b/gpsmon.c
index ada424e..1ffd500 100644
--- a/gpsmon.c
+++ b/gpsmon.c
@@ -126,7 +126,7 @@ static jmp_buf terminate;
 
 #define display        (void)mvwprintw
 
-/* ternination codes */
+/* termination codes */
 #define TERM_SELECT_FAILED     1
 #define TERM_DRIVER_SWITCH     2
 #define TERM_EMPTY_READ        3
diff --git a/ppsthread.c b/ppsthread.c
index cf740f2..6be39d8 100644
--- a/ppsthread.c
+++ b/ppsthread.c
@@ -7,7 +7,7 @@
  * play. One, kernel PPS (KPPS), is RFC2783 and available on many
  * OS and supplied through special /dev/pps devices. The other, plain
  * PPS, uses the TIOCMIWAIT ioctl to explicitly watch for PPS on
- * serial lines. KPPS requires root permissions for intialization;
+ * serial lines. KPPS requires root permissions for initialization;
  * plain PPS does not.  Plain PPS loses some functionality when not
  * initialized as root.
  *
@@ -16,8 +16,8 @@
  * pps_thread_activate() and the thread will launch.  It is OK to do
  * this before the device is open, the thread will wait on that.
  *
- * This file is Copyright (c) 2013 by the GPSD project BSD terms apply:
- * see the file COPYING in the distribution root for details.
+ * This file is Copyright (c) 2013 by the GPSD project. BSD terms
+ * apply: see the file COPYING in the distribution root for details.
  */
 
 #include <string.h>
-- 
1.8.4.rc3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]