summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-04-20 15:26:16 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-04-20 15:26:16 -0400
commit425ed161893d4f745e11fe945c9797bcb8cc1829 (patch)
tree1407b203837e7ac1282b73ad6a8614db5a9f6ddd /devtools
parent6fbd0cf93dc39713ca42fa52d5f19eeb90e3821a (diff)
downloadgpsd-425ed161893d4f745e11fe945c9797bcb8cc1829.tar.gz
Typo fix.
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/tablegen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/tablegen.py b/devtools/tablegen.py
index b836acba..a5f8f5fa 100755
--- a/devtools/tablegen.py
+++ b/devtools/tablegen.py
@@ -28,7 +28,7 @@
#
# This generates almost all the code required to support a new message type.
# It's not quite "Look, ma, no handhacking!" You'll need to add default
-# values to the Python stanza. If the structure definition contains cgaracter
+# values to the Python stanza. If the structure definition contains character
# arrays, you'll have to fill in the dimensions by hand. You'll need to add
# a bit of glue to ais_json.c so that json_ais_read() actually calls the parser
# handing it the specification structure as a control argument.