aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_gps.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_gps.c')
-rw-r--r--plugin_gps.c2
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)