diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-02-23 15:55:38 +1000 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-02-23 15:44:31 -0500 |
commit | ff562befd8754668accea9c7fe59d6e3eb1c4e59 (patch) | |
tree | cc223c7cc15a19f695917e46ac349e86a758e5cc | |
parent | c56667bb8323654fa17fa5ac18d9dee68b84bdd5 (diff) |
spec: typo and wording fixes
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | spec/main.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/main.tex b/spec/main.tex index 59d4fe0..b6fcc4e 100644 --- a/spec/main.tex +++ b/spec/main.tex @@ -125,9 +125,9 @@ the type of event. Events are generated both in response to requests spontaneously when the server state changes. \begin{itemize} -\item state is broadcast on connect, events are sent out when state - changes. clients must listen for these changes and cache the state. - there is no need (or mechanism) to query server state. +\item State is broadcast on connect, events are sent out when state + changes. Clients must listen for these changes and cache the state. + There is no need (or mechanism) to query server state. \item the server will broadcast the presence of a number of global objects, which in turn will broadcast their current state. |