From 74615b627ef2610f23fdb69b35d284ff692ddcfc Mon Sep 17 00:00:00 2001 From: Robert Norris Date: Fri, 28 Oct 2016 20:42:59 +0000 Subject: Fix typos --- cgps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgps.c') diff --git a/cgps.c b/cgps.c index 72206f5e..e5b749a3 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 */ -- cgit v1.2.1