summaryrefslogtreecommitdiff
path: root/gpssim.py
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-26 22:28:56 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-26 22:28:56 -0400
commit0c0e13106e6b655498b6351f66799d8101486195 (patch)
tree9e86297f541a39a0b9d4df33f750ee498e17eac7 /gpssim.py
parentb31ea3f7b9c084f8f15f79214117e62683e360d9 (diff)
downloadgpsd-0c0e13106e6b655498b6351f66799d8101486195.tar.gz
FIXME -> FIX-ME, so I can walk through these without tripping over autotools.
Diffstat (limited to 'gpssim.py')
-rw-r--r--gpssim.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpssim.py b/gpssim.py
index 20080a50..2830929b 100644
--- a/gpssim.py
+++ b/gpssim.py
@@ -144,7 +144,7 @@ class gpssim:
else:
raise gpssimException("unknown command '%s'" % fields[1],
self.filename, self.lineno)
- # FIXME: add syntax for ephemeris elements
+ # FIX-ME: add syntax for ephemeris elements
self.lineno += 1
def filter(self, input, output):
"Make this a filter for file-like objects."