summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-11-29 06:51:57 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-11-29 06:51:57 +0000
commit0c7fe01a0b85d1645dc0906101c38b4718551b9d (patch)
treee24de2f21b2c2497b8d23718b6ff2d3abedee688 /www
parent34c34d4438e50f29fbfcffe5c3c9ef1039d22d8a (diff)
downloadgpsd-0c7fe01a0b85d1645dc0906101c38b4718551b9d.tar.gz
Enable handling of multiple JSON objectts per line, and add a test for it.
Diffstat (limited to 'www')
-rw-r--r--www/protocol-transition.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/protocol-transition.txt b/www/protocol-transition.txt
index 8ead0ceb..e38ca805 100644
--- a/www/protocol-transition.txt
+++ b/www/protocol-transition.txt
@@ -150,7 +150,7 @@ library-internal thread hook. Here's why:
are, and our library doesn't.
3. We don't like to ship code we can't test, we didn't have a
- regression test for trhe thread stuff, and writing one would
+ regression test for the thread stuff, and writing one would
have been a painful expenditure of time better spent elsewhere.
== On not doing things by halves ==