summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
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())