diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-31 11:40:16 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-31 11:40:16 +0000 |
| commit | 300dfa310e93e95799a42042530ca9412b60bd06 (patch) | |
| tree | daf57adbb4f3f564835b4ea620bbd6090f3c9e67 | |
| parent | cf215e552ee8d126f4d34fe021577865259ab19f (diff) | |
fixed parameter name in constructor
| -rw-r--r-- | lasso/xml/lib_authn_response_envelope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/lib_authn_response_envelope.c b/lasso/xml/lib_authn_response_envelope.c index 820e742a..51e9b06f 100644 --- a/lasso/xml/lib_authn_response_envelope.c +++ b/lasso/xml/lib_authn_response_envelope.c @@ -88,7 +88,7 @@ lasso_lib_authn_response_envelope_get_type() /** * lasso_lib_authn_response_envelope_new: - * @authnResponse: the #LassoLibAuthnResponse to envelop + * @response: the #LassoLibAuthnResponse to envelop * @assertionConsumerServiceURL: assertion consumer service URL on the service * provider * |
