[provider] fix doc comment

This commit is contained in:
Benjamin Dauvergne 2011-12-08 18:11:46 +01:00
parent 4eb0ae483e
commit 18a10593fc
1 changed files with 3 additions and 4 deletions

View File

@ -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.
*/