summaryrefslogtreecommitdiff
path: root/jsongen.py
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-01 17:43:48 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-01 17:43:48 +0000
commit19eb7ddfd8c9484f15a3c7e4c3db048794ea51b5 (patch)
treebf879b95b9c18613ade9c026f57fac783d60c71e /jsongen.py
parentdfeb5d096fa5deb6f9961037ef59b03bf0758ba3 (diff)
downloadgpsd-19eb7ddfd8c9484f15a3c7e4c3db048794ea51b5.tar.gz
Comment fixes.
Diffstat (limited to 'jsongen.py')
-rwxr-xr-xjsongen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsongen.py b/jsongen.py
index 3acbfa77..727176fc 100755
--- a/jsongen.py
+++ b/jsongen.py
@@ -3,7 +3,7 @@
# Never hand-hack what you can generate...
#
# This code generates template declarations for AIS-JSON parsing from a
-# declarative specification of a JSON structure - and generate those
+# declarative specification of a JSON structure - and generates those
# declarative specification from the Python format strings for
# dumping the structures
#