summaryrefslogtreecommitdiff
path: root/src/util/taler-exchange-secmod-rsa.c
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2021-11-29 10:12:08 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2021-11-29 10:12:08 +0100
commita467ba6a541048d53f77d7e74fd439fac6c5ed31 (patch)
tree8701005ce8fd8abc7cb27021e6852ea4a9134d2c /src/util/taler-exchange-secmod-rsa.c
parentc8480d97a17e1ab8f358dadc48e6e9b3ea17f6da (diff)
downloadexchange-a467ba6a541048d53f77d7e74fd439fac6c5ed31.tar.gz
exchange-a467ba6a541048d53f77d7e74fd439fac6c5ed31.tar.bz2
exchange-a467ba6a541048d53f77d7e74fd439fac6c5ed31.zip
typo and pointer comparison fixed
Diffstat (limited to 'src/util/taler-exchange-secmod-rsa.c')
-rw-r--r--src/util/taler-exchange-secmod-rsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/taler-exchange-secmod-rsa.c b/src/util/taler-exchange-secmod-rsa.c
index 0711fd7a5..4dfb2e3aa 100644
--- a/src/util/taler-exchange-secmod-rsa.c
+++ b/src/util/taler-exchange-secmod-rsa.c
@@ -20,7 +20,7 @@
*
* Key design points:
* - EVERY thread of the exchange will have its own pair of connections to the
- * crypto helpers. This way, every threat will also have its own /keys state
+ * crypto helpers. This way, every thread will also have its own /keys state
* and avoid the need to synchronize on those.
* - auditor signatures and master signatures are to be kept in the exchange DB,
* and merged with the public keys of the helper by the exchange HTTPD!