summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-12-08 18:11:46 +0100
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-12-08 18:11:46 +0100
commit18a10593fc48ae3efe861d4ca664492d853e2ca7 (patch)
tree05381b76b32bd3f3155e87b76269aa0edbc77323
parent4eb0ae483ee1017e380bfc62daf02d5af9089f80 (diff)
downloadlasso-18a10593fc48ae3efe861d4ca664492d853e2ca7.tar.gz
lasso-18a10593fc48ae3efe861d4ca664492d853e2ca7.tar.xz
lasso-18a10593fc48ae3efe861d4ca664492d853e2ca7.zip
[provider] fix doc comment
-rw-r--r--lasso/id-ff/provider.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/lasso/id-ff/provider.c b/lasso/id-ff/provider.c
index 34e50c4b..494d1351 100644
--- a/lasso/id-ff/provider.c
+++ b/lasso/id-ff/provider.c
@@ -1756,10 +1756,9 @@ cleanup:
* @key: a #LassoKey object
* @after:(default FALSE): add the key at the end of the list, not on front.
*
- * Add a new signature key for validating message received from @provider.
- * If the key is used to improve verification time add it first with @after as true, it the key is
- * ther for coninuitý of service (when doing a key rollover for example) at it last with @after as
- * false.
+ * Add a new signature key for validating message received from @provider. If the key is used to
+ * improve verification time add it first with @after as true, it the key is ther for continuity of
+ * service (when doing a key rollover for example) at it last with @after as false.
*
* Return value: 0 if successful, an error code otherwise.
*/