summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-03-29 17:50:42 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-03-29 17:50:42 +0000
commitc6cb710853635647bb2b4ffdb94d1a65924eeb8d (patch)
tree9df5a9580b53a6c47498829d1f3bd4bb54e171bf /gpsprof
parent2c215e39306e829b3819140de830e18e4db3aef9 (diff)
downloadgpsd-c6cb710853635647bb2b4ffdb94d1a65924eeb8d.tar.gz
Typo fix.
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsprof b/gpsprof
index 529d6bc2..3a476d62 100755
--- a/gpsprof
+++ b/gpsprof
@@ -320,7 +320,7 @@ def plotframe(await, fname, file, speed, threshold, title):
if session.baudrate != speed:
sys.stderr.write("gpsprof: baud rate change failed.\n")
session.query("w+bci")
- if formatter noyt in (spaceplot, uninstrumented):
+ if formatter not in (spaceplot, uninstrumented):
session.query("z+")
#session.set_raw_hook(lambda x: sys.stderr.write(`x`+"\n"))
baton = Baton("gpsprof: looking for fix", "done")