diff options
Diffstat (limited to 'gpsctl.c')
-rw-r--r-- | gpsctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -273,7 +273,7 @@ int main(int argc, char **argv) if (reset) { - gpsd_report(LOG_PROG, "gpsctl: cabnnot reset with gpsd running.\n"); + gpsd_report(LOG_PROG, "gpsctl: cannot reset with gpsd running.\n"); exit(0); } |