diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-10-10 17:50:00 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-10-10 17:50:00 +0200 |
commit | eb71c788acfdca2f229e7edb15570c32731b3eb0 (patch) | |
tree | 4fe2c5e3fe493f0c53daa789b281efd017499ce8 | |
parent | b82fb8e542a62fcb9709cd050cf61b2e290d7b32 (diff) |
-fix typos
-rw-r--r-- | packages/taler-wallet-core/src/crypto/workers/synchronousWorkerNode.ts | 4 |
1 files 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 index 28ff1860b..1f83dc519 100644 --- 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 { /** |