diff options
Diffstat (limited to '')
-rw-r--r-- | plugin_gps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_gps.c b/plugin_gps.c index 01ecf7d..219c6e3 100644 --- a/plugin_gps.c +++ b/plugin_gps.c @@ -572,7 +572,7 @@ static void parse(RESULT * result, RESULT * theOptions, RESULT * displayOptions) status = nmeap_parseBuffer(&nmea, (const char *) &bufferTmp, &rem); //parse it if (status == -1) { errCounter++; - error("parser error occured! (cnt: %i)\n", errCounter); + error("parser error occurred! (cnt: %i)\n", errCounter); } else if (status == 0) { incomplCounter++; } else if (status > 0) |