summaryrefslogtreecommitdiff
path: root/json.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-07-21 13:11:59 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-07-21 13:11:59 +0000
commitc875dc9a5b1764aded7f97f0ace9edfd0509f28c (patch)
tree71f15d51ddded68f9e34156205082c2c0fc605a2 /json.c
parent6172e60b20541cf966de361608fb94ed6ed91a4e (diff)
downloadgpsd-c875dc9a5b1764aded7f97f0ace9edfd0509f28c.tar.gz
Refactor JSON handling so more code can be shared by client and daemon.
Diffstat (limited to 'json.c')
-rw-r--r--json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/json.c b/json.c
index 6bce6f4c..2fbb09c5 100644
--- a/json.c
+++ b/json.c
@@ -18,7 +18,7 @@ attributes (and attribute values, and so on recursively down through
all nestings of objects and arrays). This parser is indifferent to
the order of attributes at any level, but you have to tell it in
advance what the type of each attribute value will be and where the
-parses value will be stored. The tamplate structures may supply
+parsed value will be stored. The tamplate structures may supply
default values to be used when an expected attribute is omitted.
The dialect this parses has some limitations. First, it cannot