From 8a7bfefa38956a5efc2dcdfc7a82dac0fa282001 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Tue, 11 Jul 2023 09:21:34 +0200 Subject: -handle some of the codespell complaints --- src/lib/exchange_api_link.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/exchange_api_link.c') diff --git a/src/lib/exchange_api_link.c b/src/lib/exchange_api_link.c index 86637683..f408b87d 100644 --- a/src/lib/exchange_api_link.c +++ b/src/lib/exchange_api_link.c @@ -114,7 +114,7 @@ parse_link_coin (const struct TALER_EXCHANGE_LinkHandle *lh, struct TALER_TransferSecretP secret; struct TALER_PlanchetDetail pd; struct TALER_CoinPubHashP c_hash; - struct TALER_AgeCommitmentHash *pach = NULL; + struct TALER_AgeCommitmentHash *pah = NULL; /* parse reply */ if (GNUNET_OK != @@ -155,7 +155,7 @@ parse_link_coin (const struct TALER_EXCHANGE_LinkHandle *lh, &lci->h_age_commitment); lci->has_age_commitment = true; - pach = &lci->h_age_commitment; + pah = &lci->h_age_commitment; } if (GNUNET_OK != @@ -164,7 +164,7 @@ parse_link_coin (const struct TALER_EXCHANGE_LinkHandle *lh, &alg_values, &bks, &lci->coin_priv, - pach, + pah, &c_hash, &pd)) { -- cgit v1.2.3