From 21cc1bf7eeb82d4f5a0dc3e8ca7e73fc5562072d Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 12 Jan 2010 15:39:28 +0000 Subject: ID-WSF 2.0: fix in documentation --- lasso/id-wsf-2.0/profile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lasso/id-wsf-2.0/profile.c b/lasso/id-wsf-2.0/profile.c index 14c97a9a..0b1085ac 100644 --- a/lasso/id-wsf-2.0/profile.c +++ b/lasso/id-wsf-2.0/profile.c @@ -229,7 +229,7 @@ lasso_idwsf2_profile_init_response(LassoIdWsf2Profile *profile) * @profile: a #LassoIdWsf2Profile object * * Serialize and sign, if needed, the SOAP request message, put the result in - * LASSO_PROFILE(profile)->msg_body. + * LASSO_PROFILE(profile)->msg_body. * * FIXME: really do sign messages. * @@ -470,7 +470,7 @@ cleanup: * @idwsf2_profile: a #LassoIdWsf2Profile object * * Serialize and sign the SOAP, if needed, the response message, put the result in - * LASSO_PROFILE(profile)->msg_body. + * LASSO_PROFILE(profile)->msg_body. * * Return value: 0 if successful, LASSO_PROFILE_ERROR_BUILDING_RESPONSE_FAILED otherwise. */ -- cgit