diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-12 15:39:28 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-12 15:39:28 +0000 |
| commit | 21cc1bf7eeb82d4f5a0dc3e8ca7e73fc5562072d (patch) | |
| tree | 28a1bbbec5c2d12417e71b14a2f9f1378d18a55c | |
| parent | fcd8739f49ce231f002604d31068087daa6e2fb7 (diff) | |
| download | lasso-21cc1bf7eeb82d4f5a0dc3e8ca7e73fc5562072d.tar.gz lasso-21cc1bf7eeb82d4f5a0dc3e8ca7e73fc5562072d.tar.xz lasso-21cc1bf7eeb82d4f5a0dc3e8ca7e73fc5562072d.zip | |
ID-WSF 2.0: fix in documentation
| -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. */ |
