projects
/
project
/
ugps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
882b239
)
Fix typo in error message
author
Petr Štetiar
<ynezz@true.cz>
Wed, 27 Jul 2016 12:45:52 +0000
(14:45 +0200)
committer
John Crispin
<john@phrozen.org>
Sun, 24 Jul 2016 04:12:55 +0000
(06:12 +0200)
Signed-off-by: Petr Štetiar <ynezz@true.cz>
nmea.c
patch
|
blob
|
history
diff --git
a/nmea.c
b/nmea.c
index 3646a3628aa914065b7e72890bc3ed7173d6fe52..5a691b92b669f48751da85d1e343babd76afd480 100644
(file)
--- 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 inv
a
lid checksum\n");
return;
}