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/util/query.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/util') diff --git a/packages/taler-wallet-core/src/util/query.ts b/packages/taler-wallet-core/src/util/query.ts index d0b8c2ef6..4c37a7254 100644 --- a/packages/taler-wallet-core/src/util/query.ts +++ b/packages/taler-wallet-core/src/util/query.ts @@ -397,7 +397,7 @@ function runWithTransaction>( if (tx.error) { logger.error("Transaction aborted with error:", tx.error); } else { - logger.error("Trasaction aborted (no error)"); + logger.error("Transaction aborted (no error)"); } reject(TransactionAbort); }; -- cgit v1.2.3