summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-06-03 13:00:01 +0200
committerChristian Grothoff <christian@grothoff.org>2023-06-03 13:00:01 +0200
commita5cd8a522e56742325c54831e94948c2b20ccf01 (patch)
treed2d3866487d9eeed4c0e81884014e7e1a535a2f7
parent81dd559c77908b7805690aa7fa1de54ce3a45580 (diff)
downloadwallet-core-a5cd8a522e56742325c54831e94948c2b20ccf01.tar.gz
wallet-core-a5cd8a522e56742325c54831e94948c2b20ccf01.tar.bz2
wallet-core-a5cd8a522e56742325c54831e94948c2b20ccf01.zip
-typos
-rw-r--r--packages/taler-util/src/wallet-types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts
index 390df9638..05ff8d891 100644
--- a/packages/taler-util/src/wallet-types.ts
+++ b/packages/taler-util/src/wallet-types.ts
@@ -1146,7 +1146,7 @@ export interface ManualWithdrawalDetails {
/**
* Number of coins that would be used for withdrawal.
*
- * The UIs should warn if this number is too high (rougly at >100).
+ * The UIs should warn if this number is too high (roughly at >100).
*/
numCoins: number;