aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2012-02-15 21:17:19 +0100
committerJonathan Neuschäfer <j.neuschaefer@gmx.net>2012-02-15 21:17:19 +0100
commitfa39bb0a503af92e7558c2f89ede69e32932d17f (patch)
tree491db96aa001499e23fc6200d30c7ed4f85f091b /doc
parent645663cdfe9be55165b4890e45d5c483c1a6635d (diff)
doc/protocol: fix some grammar
(Maybe it should be "A new message is indicated...", I don't know.) ( ^^ )
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml
index 5b8857ee..1ddbc016 100644
--- a/doc/protocol.xml
+++ b/doc/protocol.xml
@@ -59,7 +59,7 @@
<para>
All data between the client and the server is encoded in
UTF-8. (Note: In UTF-8 all standard ansi characters, 0-127 are
- the same as a standard ansi encoding. Also, no ansi character
+ the same as in standard ansi encoding. Also, no ansi character
appears in any multi-byte characters. So, you can use
standard C functions like <function>strlen</function>, and
<function>strcpy</function> just fine with UTF-8 encoded
@@ -1976,7 +1976,7 @@ suffix: mpc</programlisting>
</para>
<para>
- A new messages is indicated by the <varname>message</varname>
+ New messages are indicated by the <varname>message</varname>
idle event.
</para>