aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-11-04 12:58:03 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2022-11-04 12:58:03 +0100
commita76556f0caee4147e2c791f611a86c72afd7aaa1 (patch)
tree5db5e8a9faac61a715400d7133a086f0c6d3e18d /src/include
parent54c03a25b4865a68609dd798afb80e6fccefb583 (diff)
downloadexchange-a76556f0caee4147e2c791f611a86c72afd7aaa1.tar.xz
-typos in arguments fixed
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_extensions.h2
-rw-r--r--src/include/taler_extensions_policy.h2
-rw-r--r--src/include/taler_json_lib.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_extensions.h b/src/include/taler_extensions.h
index 5e53d27f8..a37a7461a 100644
--- a/src/include/taler_extensions.h
+++ b/src/include/taler_extensions.h
@@ -100,7 +100,7 @@ struct TALER_Extension
bool critical;
/**
- * Version of the extension must be provided in Taler's protocol verison ranges notation, see
+ * Version of the extension must be provided in Taler's protocol version ranges notation, see
* https://docs.taler.net/core/api-common.html#protocol-version-ranges
*/
char *version;
diff --git a/src/include/taler_extensions_policy.h b/src/include/taler_extensions_policy.h
index 14a581f3c..1072e214b 100644
--- a/src/include/taler_extensions_policy.h
+++ b/src/include/taler_extensions_policy.h
@@ -89,7 +89,7 @@ struct TALER_PolicyDetails
* the state changes to Timeout or Success. */
struct TALER_Amount policy_fee;
- /* The amount that will be transfered to the payto-URIs from the
+ /* The amount that will be transferred to the payto-URIs from the
* corresponding deposits when the fulfillment state changes to Timeout
* or Success. Note that a fulfillment handler can alter this upon
* arrival of a proof of fulfillment. The remaining amount
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h
index d0527cc74..7f17df030 100644
--- a/src/include/taler_json_lib.h
+++ b/src/include/taler_json_lib.h
@@ -771,7 +771,7 @@ TALER_JSON_wire_to_payto (const json_t *wire_s);
* @param[out] ech where to write the policy hash
*/
void
-TALER_deposit_policy_hash (const json_t *extensions,
+TALER_deposit_policy_hash (const json_t *policy,
struct TALER_ExtensionPolicyHashP *ech);
/**