summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_handle.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-31 20:57:11 +0200
committerChristian Grothoff <christian@grothoff.org>2020-03-31 20:57:11 +0200
commit3404fda463cdb905772a4757001e5113d3f74f29 (patch)
tree03ad69bc7c31ba00e6e5f52c697a97b2c834e288 /src/lib/exchange_api_handle.c
parent73d107b53d5f3c1461a74f280a84a1ab80d14360 (diff)
downloadexchange-3404fda463cdb905772a4757001e5113d3f74f29.tar.gz
exchange-3404fda463cdb905772a4757001e5113d3f74f29.tar.bz2
exchange-3404fda463cdb905772a4757001e5113d3f74f29.zip
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-rw-r--r--src/lib/exchange_api_handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index 67df86bdb..cb02f68e0 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -783,7 +783,7 @@ denoms_cmp (struct TALER_EXCHANGE_DenomPublicKey *denom1,
denom1->key.rsa_public_key = NULL;
denom2->key.rsa_public_key = NULL;
- /* Then procede with the rest of the object. */
+ /* Then proceed with the rest of the object. */
ret = GNUNET_memcmp (denom1,
denom2);
denom1->revoked = r1;