diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_extensions.h | 2 | ||||
| -rw-r--r-- | src/include/taler_extensions_policy.h | 2 | ||||
| -rw-r--r-- | src/include/taler_json_lib.h | 2 | 
3 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_extensions.h b/src/include/taler_extensions.h index 5e53d27f..a37a7461 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 14a581f3..1072e214 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 d0527cc7..7f17df03 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);  /**  | 
