diff options
-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, |