summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-04-05 05:02:11 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-04-05 05:02:11 -0400
commit016f13b4dd77816f5b310a6154c8679cdcb1a224 (patch)
tree13450092b81b5b93885fbc9dd6e9de0e4b2ad28e /gpsprof
parent86d773722af8904702c7ec8005b64827e3e7399d (diff)
downloadgpsd-016f13b4dd77816f5b310a6154c8679cdcb1a224.tar.gz
Comment typo fix.
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsprof b/gpsprof
index 963eea6c..f21dd0bd 100755
--- a/gpsprof
+++ b/gpsprof
@@ -51,7 +51,7 @@ class Baton:
class plotter:
- "Generic class for gatherling and plotting sensor statistics."
+ "Generic class for gathering and plotting sensor statistics."
def __init__(self):
self.fixes = []
self.start_time = int(time.time())