From: Petr Štetiar Date: Wed, 27 Jul 2016 12:45:52 +0000 (+0200) Subject: Fix typo in error message X-Git-Url: http://git.openwrt.org/?p=project%2Fugps.git;a=commitdiff_plain;h=2c9ea76af28d3d5a506676380ff2890e8b6fd8d3 Fix typo in error message Signed-off-by: Petr Štetiar --- 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; }