diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2009-01-29 22:11:43 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2009-01-29 22:11:43 +0000 |
commit | 4889e4b2d9fde162ab39269f06813de97218a225 (patch) | |
tree | 6d4bb335e101a2abc9f473591798b8e37f56bd35 /gpsctl.c | |
parent | 7b75b1d80c46c38a0ac378229b73234c91879991 (diff) | |
download | gpsd-4889e4b2d9fde162ab39269f06813de97218a225.tar.gz |
String typo fix.
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); } |