-fix typos

This commit is contained in:
Christian Grothoff 2022-10-10 17:50:00 +02:00
parent b82fb8e542
commit eb71c788ac
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

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