diff options
-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 { /** |