[LEDE-DEV] [PATCH ugps 5/7] Fix typo in error message

Petr Štetiar ynezz at true.cz
Wed Jul 27 05:45:52 PDT 2016


Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 nmea.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nmea.c b/nmea.c
index 3646a36..5a691b9 100644
--- a/nmea.c
+++ b/nmea.c
@@ -248,7 +248,7 @@ nmea_process(char *a)
 		return;
 
 	if (nmea_verify_checksum(a)) {
-		ERROR("nmea message has invlid checksum\n");
+		ERROR("nmea message has invalid checksum\n");
 		return;
 	}
 
-- 
1.9.1




More information about the Lede-dev mailing list