diff options
Diffstat (limited to 'src/util/crypto_wire.c')
-rw-r--r-- | src/util/crypto_wire.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/crypto_wire.c b/src/util/crypto_wire.c index e3a5b9fb6..37cb8848a 100644 --- a/src/util/crypto_wire.c +++ b/src/util/crypto_wire.c @@ -161,8 +161,8 @@ TALER_merchant_wire_signature_check (const char *payto_url, * * @param payto_url account specification * @param salt the salt used to salt the @a payto_url when hashing - * @param merchant_priv private key to sign with - * @param[out] merchant_sig where to write the signature + * @param merch_priv private key to sign with + * @param[out] merch_sig where to write the signature */ void TALER_merchant_wire_signature_make (const char *payto_url, |