summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/pay.ts
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-27 23:42:25 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-27 23:42:25 +0200
commit9b89387535cce603f80c9280063ffc7641279143 (patch)
tree1cb9026ead439ea5e5399d3ff38dbdd405ceae3d /packages/taler-wallet-core/src/operations/pay.ts
parent7b87f01968bc712ddd4d33d6a9b37a77c6f6a0ad (diff)
downloadwallet-core-9b89387535cce603f80c9280063ffc7641279143.tar.gz
wallet-core-9b89387535cce603f80c9280063ffc7641279143.tar.bz2
wallet-core-9b89387535cce603f80c9280063ffc7641279143.zip
fix spelling issues
Diffstat (limited to 'packages/taler-wallet-core/src/operations/pay.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/pay.ts2
1 files changed, 1 insertions, 1 deletions
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) {