aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/crypto
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-10-10 17:50:00 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-10-10 17:50:00 +0200
commiteb71c788acfdca2f229e7edb15570c32731b3eb0 (patch)
tree4fe2c5e3fe493f0c53daa789b281efd017499ce8 /packages/taler-wallet-core/src/crypto
parentb82fb8e542a62fcb9709cd050cf61b2e290d7b32 (diff)
downloadwallet-core-eb71c788acfdca2f229e7edb15570c32731b3eb0.tar.xz
-fix typos
Diffstat (limited to 'packages/taler-wallet-core/src/crypto')
-rw-r--r--packages/taler-wallet-core/src/crypto/workers/synchronousWorkerNode.ts4
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 {
/**