[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gpsd-dev] [PATCH] Fix typos
From: |
Robert Norris |
Subject: |
[gpsd-dev] [PATCH] Fix typos |
Date: |
Fri, 28 Oct 2016 20:42:59 +0000 |
---
cgps.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cgps.c b/cgps.c
index 72206f5..e5b749a 100644
--- a/cgps.c
+++ b/cgps.c
@@ -126,7 +126,7 @@ static bool compass_flag = false;
#endif /* TRUENORTH */
/* pseudo-signals indicating reason for termination */
-#define CGPS_QUIT 0 /* voluntary yterminastion */
+#define CGPS_QUIT 0 /* voluntary termination */
#define GPS_GONE -1 /* GPS device went away */
#define GPS_ERROR -2 /* low-level failure in GPS read */
#define GPS_TIMEOUT -3 /* low-level failure in GPS waiting */
--
2.9.3
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gpsd-dev] [PATCH] Fix typos,
Robert Norris <=