summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-05-21 13:32:49 +0200
committerFlorian Dold <florian@dold.me>2021-05-21 13:32:49 +0200
commita68af805146f4bf43e5291c93be477bf8f0422a8 (patch)
tree7cee0e2dcb9f5f90e23b608f1b0b5fb9792b81e4
parent6f0d561345ff322e23afc72c9fb69aa4340f9ffb (diff)
downloadwallet-core-a68af805146f4bf43e5291c93be477bf8f0422a8.tar.gz
wallet-core-a68af805146f4bf43e5291c93be477bf8f0422a8.tar.bz2
wallet-core-a68af805146f4bf43e5291c93be477bf8f0422a8.zip
typo
-rw-r--r--packages/taler-wallet-core/src/operations/transactions.ts2
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,