From 847c542374d3896a66133867c9d3b89e1c47e21e Mon Sep 17 00:00:00 2001 From: Pavel Strashkin Date: Thu, 1 Nov 2012 12:29:23 -0700 Subject: [PATCH] spec: fix command name REJECT -> REJECTED Signed-off-by: Pavel Strashkin Signed-off-by: Colin Walters --- doc/dbus-specification.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index b313070..5d1cd10 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -2427,7 +2427,7 @@ - Receive REJECT [mechs] → send AUTH [next mech], + Receive REJECTED [mechs] → send AUTH [next mech], goto WaitingForData or WaitingForOK @@ -2463,7 +2463,7 @@ - Receive REJECT [mechs] → send AUTH [next mech], + Receive REJECTED [mechs] → send AUTH [next mech], goto WaitingForData or WaitingForOK @@ -2505,7 +2505,7 @@ - REJECT means that the client failed to authenticate or + REJECTED means that the client failed to authenticate or there was an error in RESP. @@ -2552,7 +2552,7 @@ - MECH(RESP) returns REJECT → send REJECTED + MECH(RESP) returns REJECTED → send REJECTED [mechs], goto WaitingForAuth @@ -2606,7 +2606,7 @@ - MECH(RESP) returns REJECT → send REJECTED + MECH(RESP) returns REJECTED → send REJECTED [mechs], goto WaitingForAuth -- 2.7.4