summaryrefslogtreecommitdiff
path: root/gps
diff options
context:
space:
mode:
authorGreg Troxel <gdt@ir.bbn.com>2010-06-09 13:58:38 -0400
committerGreg Troxel <gdt@ir.bbn.com>2010-06-09 13:58:38 -0400
commit8ae27087c09335973cc6cb0f5e25f01a96a4944c (patch)
tree2a4f92a7f88a8fe527e67c251551a6a8b65435f0 /gps
parentc2ad6d19e3393a646affa9b13069ef4c97eede3d (diff)
downloadgpsd-8ae27087c09335973cc6cb0f5e25f01a96a4944c.tar.gz
Fix wordo from previous edit.
(Comment change only.)
Diffstat (limited to 'gps')
-rw-r--r--gps/fake.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gps/fake.py b/gps/fake.py
index c5eb5522..55fd26f5 100644
--- a/gps/fake.py
+++ b/gps/fake.py
@@ -83,9 +83,9 @@ import packet as sniffer
# tick don't make any difference
WRITE_PAD = 0.001
-# We delay briefly seconds after a GPS source is exhausted
-# before removing it. This should give its subscribers time
-# to get gpsd's response before we call the cleanup code.
+# We delay briefly after a GPS source is exhausted before removing it.
+# This should give its subscribers time to get gpsd's response before
+# we call the cleanup code.
# Note that because time() is used, using fractional seconds in
# CLOSE_DELAY has on effect.
CLOSE_DELAY = 1