diff options
author | Florian Dold <florian@dold.me> | 2021-05-21 13:32:49 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-05-21 13:32:49 +0200 |
commit | a68af805146f4bf43e5291c93be477bf8f0422a8 (patch) | |
tree | 7cee0e2dcb9f5f90e23b608f1b0b5fb9792b81e4 | |
parent | 6f0d561345ff322e23afc72c9fb69aa4340f9ffb (diff) |
typo
-rw-r--r-- | packages/taler-wallet-core/src/operations/transactions.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/transactions.ts b/packages/taler-wallet-core/src/operations/transactions.ts index 70cd7496b..1df7c7be2 100644 --- a/packages/taler-wallet-core/src/operations/transactions.ts +++ b/packages/taler-wallet-core/src/operations/transactions.ts @@ -391,7 +391,7 @@ export enum TombstoneTag { } /** - * Permanentely delete a transaction based on the transaction ID. + * Permanently delete a transaction based on the transaction ID. */ export async function deleteTransaction( ws: InternalWalletState, |