summaryrefslogtreecommitdiff
path: root/gpsctl.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-01-29 22:11:43 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-01-29 22:11:43 +0000
commit4889e4b2d9fde162ab39269f06813de97218a225 (patch)
tree6d4bb335e101a2abc9f473591798b8e37f56bd35 /gpsctl.c
parent7b75b1d80c46c38a0ac378229b73234c91879991 (diff)
downloadgpsd-4889e4b2d9fde162ab39269f06813de97218a225.tar.gz
String typo fix.
Diffstat (limited to 'gpsctl.c')
-rw-r--r--gpsctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsctl.c b/gpsctl.c
index 4f03b7fe..13bc2226 100644
--- a/gpsctl.c
+++ b/gpsctl.c
@@ -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);
}