diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-11-09 16:31:30 +1000 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-11-10 08:42:17 -0500 |
commit | b97b28c339a94223119e122ab899f500d7a4bd9e (patch) | |
tree | 7777d393bc2667cebaeca30558d6e22c705590c2 /spec | |
parent | 997ce64302482ba9958cbe784b44c548e42724ac (diff) |
README: fix a few typos
And one in the main.tex spec document.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'spec')
-rw-r--r-- | spec/main.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/main.tex b/spec/main.tex index 41e0367..8c512be 100644 --- a/spec/main.tex +++ b/spec/main.tex @@ -68,7 +68,7 @@ languages, but that hasn't been done at this point. The server sends back events to the client, each event is emitted from an object. Events can be error conditions. The event includes the object id and the event opcode, from which the client can determine -the type of event. Events are generated both in repsonse to a request +the type of event. Events are generated both in response to a request (in which case the request and the event constitutes a round trip) or spontanously when the server state changes. |