-codespell fix

This commit is contained in:
Özgür Kesim 2023-07-16 13:35:03 +02:00
parent 77f99b6363
commit 0a4422f5fa
Signed by: oec
GPG Key ID: 3D76A56D79EDD9D7

View File

@ -2965,14 +2965,13 @@ struct TALER_EXCHANGE_AgeWithdrawRevealResponse
/**
* Array of @e num_coins values about the coins obtained via the reveal
* operation. The array give thes coins in the same order (and should
* operation. The array give these coins in the same order (and should
* have the same length) in which the original age-withdraw request
* specified the respective denomination keys.
*/
const struct TALER_EXCHANGE_RevealedCoinInfo *revealed_coins;
} ok;
/* FIXME[oec]: error cases */
} details;
};