commit 11db481d53090b0a752a70942c1471b5d6c10896 parent 3aa6f820d1447861fc65a705c55b240ee09d2006 Author: Florian Dold <florian@dold.me> Date: Mon, 22 Apr 2024 20:15:23 +0200 -typo Diffstat:
| M | packages/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;