taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit a5cd8a522e56742325c54831e94948c2b20ccf01
parent 81dd559c77908b7805690aa7fa1de54ce3a45580
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  3 Jun 2023 13:00:01 +0200

-typos

Diffstat:
Mpackages/taler-util/src/wallet-types.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;