summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-07-16 13:35:03 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-07-16 13:35:03 +0200
commit0a4422f5fa446d600fc34ed4b5c26071c6668c32 (patch)
tree409fc60888a0d530f4319c983bda4e36715cf8c8
parent77f99b636357c7e0fbf20a2965c1fbe9c3e86f5e (diff)
downloadexchange-0a4422f5fa446d600fc34ed4b5c26071c6668c32.tar.gz
exchange-0a4422f5fa446d600fc34ed4b5c26071c6668c32.tar.bz2
exchange-0a4422f5fa446d600fc34ed4b5c26071c6668c32.zip
-codespell fix
-rw-r--r--src/include/taler_exchange_service.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index b20689af4..1902eb298 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -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;
};