From 18a10593fc48ae3efe861d4ca664492d853e2ca7 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 8 Dec 2011 18:11:46 +0100 Subject: [PATCH] [provider] fix doc comment --- lasso/id-ff/provider.c | 7 +++---- 1 file 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. */