From 9b89387535cce603f80c9280063ffc7641279143 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 27 Apr 2021 23:42:25 +0200 Subject: fix spelling issues --- packages/taler-wallet-core/src/operations/pay.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations/pay.ts') diff --git a/packages/taler-wallet-core/src/operations/pay.ts b/packages/taler-wallet-core/src/operations/pay.ts index 12cefdc8b..2e8228e6e 100644 --- a/packages/taler-wallet-core/src/operations/pay.ts +++ b/packages/taler-wallet-core/src/operations/pay.ts @@ -1218,7 +1218,7 @@ export async function checkPaymentByProposalId( proposalId = proposal.proposalId; - // First check if we already payed for it. + // First check if we already paid for it. const purchase = await ws.db.get(Stores.purchases, proposalId); if (!purchase) { -- cgit v1.2.3