taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 11db481d53090b0a752a70942c1471b5d6c10896
parent 3aa6f820d1447861fc65a705c55b240ee09d2006
Author: Florian Dold <florian@dold.me>
Date:   Mon, 22 Apr 2024 20:15:23 +0200

-typo

Diffstat:
Mpackages/taler-wallet-core/src/wallet.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts @@ -733,7 +733,7 @@ async function dispatchRequestInternal<Op extends WalletApiOperation>( versionInfo: getVersion(wex), }; - // After initialization, task look should run. + // After initialization, task loop should run. wex.taskScheduler.ensureRunning(); wex.ws.initCalled = true;