summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-08-25 19:02:01 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-08-25 19:02:01 +0200
commit3769decc5842c141ffbe6816898448f5806902be (patch)
tree9fd4c239d8e438962d186b2bc1b5064d6dad00c2
parent2ab81b8e6f7870f650e41bf183c27cdbf7b6ef84 (diff)
downloadlasso-3769decc5842c141ffbe6816898448f5806902be.tar.gz
lasso-3769decc5842c141ffbe6816898448f5806902be.tar.xz
lasso-3769decc5842c141ffbe6816898448f5806902be.zip
[SAMLv2] fix string in comment
-rw-r--r--lasso/saml-2.0/login.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/saml-2.0/login.c b/lasso/saml-2.0/login.c
index 60b71d6b..02113a42 100644
--- a/lasso/saml-2.0/login.c
+++ b/lasso/saml-2.0/login.c
@@ -319,7 +319,7 @@ lasso_saml20_login_process_authn_request_msg(LassoLogin *login, const char *auth
protocol_binding = authn_request->ProtocolBinding;
if (protocol_binding == NULL && authn_request->AssertionConsumerServiceIndex) {
/* protocol binding not set; so it will look into
- * AssertionConsumingServiceIndex
+ * AssertionConsumerServiceIndex
* Also, if AssertionConsumerServiceIndex is not set in request,
* its value will be -1, which is just the right value to get
* default assertion consumer... (convenient)