commit a68af805146f4bf43e5291c93be477bf8f0422a8 parent 6f0d561345ff322e23afc72c9fb69aa4340f9ffb Author: Florian Dold <florian@dold.me> Date: Fri, 21 May 2021 13:32:49 +0200 typo Diffstat:
| M | packages/taler-wallet-core/src/operations/transactions.ts | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,