taler-typescript-core

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

commit eb71c788acfdca2f229e7edb15570c32731b3eb0
parent b82fb8e542a62fcb9709cd050cf61b2e290d7b32
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon, 10 Oct 2022 17:50:00 +0200

-fix typos

Diffstat:
Mpackages/taler-wallet-core/src/crypto/workers/synchronousWorkerNode.ts | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-core/src/crypto/workers/synchronousWorkerNode.ts b/packages/taler-wallet-core/src/crypto/workers/synchronousWorkerNode.ts @@ -28,8 +28,8 @@ const logger = new Logger("synchronousWorker.ts"); /** * Worker implementation that uses node subprocesses. * - * The node cryto worker can also use IPC to offload cryptographic - * operations to a helper process (ususally written in C / part of taler-exchange). + * The node crypto worker can also use IPC to offload cryptographic + * operations to a helper process (usually written in C / part of taler-exchange). */ export class SynchronousCryptoWorker implements CryptoWorker { /**