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