diff options
author | Pavel Strashkin <pavel.strashkin@nexenta.com> | 2012-11-01 12:29:23 -0700 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-11-02 09:42:51 -0400 |
commit | 847c542374d3896a66133867c9d3b89e1c47e21e (patch) | |
tree | 76a8fce91e47eff7a6d25540c4e4b75c189215a7 /doc | |
parent | 4bec2c72e85b7516b83a426f847b3228356770a8 (diff) | |
download | dbus-847c542374d3896a66133867c9d3b89e1c47e21e.tar.gz |
spec: fix command name REJECT -> REJECTED
Signed-off-by: Pavel Strashkin <pavel.strashkin@nexenta.com>
Signed-off-by: Colin Walters <walters@verbum.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus-specification.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index b3130708..5d1cd106 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -2427,7 +2427,7 @@ </listitem> <listitem> <para> - Receive REJECT [mechs] → send AUTH [next mech], + Receive REJECTED [mechs] → send AUTH [next mech], goto <emphasis>WaitingForData</emphasis> or <emphasis>WaitingForOK</emphasis> </para> @@ -2463,7 +2463,7 @@ <itemizedlist> <listitem> <para> - Receive REJECT [mechs] → send AUTH [next mech], + Receive REJECTED [mechs] → send AUTH [next mech], goto <emphasis>WaitingForData</emphasis> or <emphasis>WaitingForOK</emphasis> </para> @@ -2505,7 +2505,7 @@ <listitem> <para> - REJECT means that the client failed to authenticate or + REJECTED means that the client failed to authenticate or there was an error in RESP. </para> </listitem> @@ -2552,7 +2552,7 @@ </member> <member> - MECH(RESP) returns REJECT → send REJECTED + MECH(RESP) returns REJECTED → send REJECTED [mechs], goto <emphasis>WaitingForAuth</emphasis> </member> @@ -2606,7 +2606,7 @@ </member> <member> - MECH(RESP) returns REJECT → send REJECTED + MECH(RESP) returns REJECTED → send REJECTED [mechs], goto <emphasis>WaitingForAuth</emphasis> </member> |