diff options
| -rw-r--r-- | lasso/id-wsf-2.0/profile.c | 4 |
1 files 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 - * <programlisting>LASSO_PROFILE(profile)->msg_body</paramlisting>. + * <programlisting>LASSO_PROFILE(profile)->msg_body</programlisting>. * * 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 - * <programlisting>LASSO_PROFILE(profile)->msg_body</paramlisting>. + * <programlisting>LASSO_PROFILE(profile)->msg_body</programlisting>. * * Return value: 0 if successful, LASSO_PROFILE_ERROR_BUILDING_RESPONSE_FAILED otherwise. */ |
