Signed-off-by: Petr Štetiar <[email protected]>
---
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
_______________________________________________
Lede-dev mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/lede-dev