summaryrefslogtreecommitdiffstats
path: root/lasso
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2008-09-17 12:40:12 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2008-09-17 12:40:12 +0000
commitcd5bbfe1878c7f15a2a1fd6fbc7166d39e9bc00b (patch)
treef0cf2793954f47fca801be22ea0b8395019329bf /lasso
parent3b071795ddcbc799206ab5dbf0bff06ba796057c (diff)
downloadlasso-cd5bbfe1878c7f15a2a1fd6fbc7166d39e9bc00b.tar.gz
lasso-cd5bbfe1878c7f15a2a1fd6fbc7166d39e9bc00b.tar.xz
lasso-cd5bbfe1878c7f15a2a1fd6fbc7166d39e9bc00b.zip
fixed docstring
Diffstat (limited to 'lasso')
-rw-r--r--lasso/id-ff/provider.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lasso/id-ff/provider.c b/lasso/id-ff/provider.c
index e74e3214..7efa2287 100644
--- a/lasso/id-ff/provider.c
+++ b/lasso/id-ff/provider.c
@@ -681,9 +681,9 @@ lasso_provider_get_protocol_conformance(LassoProvider *provider)
/**
* lasso_provider_load_metadata_from_buffer:
* @provider: a #LassProvider object
- * @metadta: a char* string containing a metadata XML file.
+ * @metadata: a char* string containing a metadata XML file.
*
- * Load metadta into this provider object using the given string buffer.
+ * Load metadata into this provider object using the given string buffer.
*
* Return value: TRUE if successfull, FALSE otherwise.
*/
@@ -706,9 +706,9 @@ lasso_provider_load_metadata_from_buffer(LassoProvider *provider, const gchar *m
/**
* lasso_provider_load_metadata:
* @provider: a #LassProvider object
- * @metadta: the path to a SAML 2.0 of ID-FF 1.2 metadata file.
+ * @path: the path to a SAML 2.0 of ID-FF 1.2 metadata file.
*
- * Load metadta into this provider object by reading them from the given file.
+ * Load metadata into this provider object by reading them from the given file.
*
* Return value: TRUE if successfull, FALSE otherwise.
*/