aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-07-26 17:53:24 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-07-26 17:53:24 +0200
commit722e00b1e9869e0ff337d40b28f2ed71d8afcd76 (patch)
tree2c8ba9d1aeb4ba81b17f336ed80e747e7b354a83 /src
parentd20804124025c259af1bc3e00ceed653c734b468 (diff)
downloadexchange-722e00b1e9869e0ff337d40b28f2ed71d8afcd76.tar.xz
-fix typos
Diffstat (limited to 'src')
-rw-r--r--src/include/taler_pq_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_pq_lib.h b/src/include/taler_pq_lib.h
index 7ea6bef37..db77c53b0 100644
--- a/src/include/taler_pq_lib.h
+++ b/src/include/taler_pq_lib.h
@@ -259,7 +259,7 @@ TALER_PQ_result_spec_json (const char *name,
/**
* Array of blinded denomination signature expected
*
- * @parma db context of the database connection
+ * @param db context of the database connection
* @param name name of the field in the table
* @param[out] num number of elements in @e denom_sigs
* @param[out] denom_sigs where to store the result
@@ -275,7 +275,7 @@ TALER_PQ_result_spec_array_blinded_denom_sig (
/**
* Array of blinded hashes of coin envelopes
*
- * @parma db context of the database connection
+ * @param db context of the database connection
* @param name name of the field in the table
* @param[out] num number of elements in @e denom_sigs
* @param[out] h_coin_evs where to store the result
@@ -291,7 +291,7 @@ TALER_PQ_result_spec_array_blinded_coin_hash (
/**
* Array of hashes of denominations
*
- * @parma db context of the database connection
+ * @param db context of the database connection
* @param name name of the field in the table
* @param[out] num number of elements in @e denom_sigs
* @param[out] denom_hs where to store the result