From a467ba6a541048d53f77d7e74fd439fac6c5ed31 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Mon, 29 Nov 2021 10:12:08 +0100 Subject: typo and pointer comparison fixed --- src/util/taler-exchange-secmod-rsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/taler-exchange-secmod-rsa.c') diff --git a/src/util/taler-exchange-secmod-rsa.c b/src/util/taler-exchange-secmod-rsa.c index 0711fd7a..4dfb2e3a 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! -- cgit v1.2.3