summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/taler-wallet-core/src/wallet.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts
index 36037a7da..e3aca1ac5 100644
--- 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;