-fix typos
This commit is contained in:
parent
faea446c10
commit
282bbb0b62
@ -16126,6 +16126,7 @@ postgres_insert_history_request (
|
||||
* @param cls the @e cls of this struct with the plugin-specific state
|
||||
* @param reserve_pub public key of the account to close
|
||||
* @param reserve_sig signature affiming that the account is to be closed
|
||||
* @param request_timestamp time of the close request (client-side?)
|
||||
* @param[out] final_balance set to the final balance in the account that will be wired back to the origin account
|
||||
* @return transaction status code
|
||||
*/
|
||||
|
@ -2810,8 +2810,8 @@ struct TALER_EXCHANGEDB_Plugin
|
||||
*
|
||||
* @param cls the @e cls of this struct with the plugin-specific state
|
||||
* @param num the number of shard servers to create. The shard servers
|
||||
* must follow the numbering of 1-N, have the same user as
|
||||
* the master and have tables named <table>_n where n is the same
|
||||
* must follow the numbering of [1-N], have the same user as
|
||||
* the master and have tables named $TABLE_$N where $N is the same
|
||||
* as the servers index of N.
|
||||
* @return #GNUNET_OK upon success; #GNUNET_SYSERR upon failure
|
||||
*/
|
||||
|
@ -1623,7 +1623,6 @@ TALER_TESTING_cmd_deposit_replay (const char *label,
|
||||
* @param contract_terms contract terms to be signed over by the
|
||||
* coin.
|
||||
* @param refund_deadline refund deadline, zero means 'no refunds'.
|
||||
* @param amount how much is going to be deposited.
|
||||
* @param expected_response_code expected HTTP response code.
|
||||
* @param ... NULL-terminated list with an even number of
|
||||
* strings that alternate referring to coins
|
||||
|
@ -635,7 +635,6 @@ TALER_JSON_spec_denom_pub (const char *field,
|
||||
* Depending on the cipher in cls, it parses the corresponding public key type.
|
||||
*
|
||||
* @param cls closure, enum TALER_DenominationCipher
|
||||
* @param cipher cipher to parse for
|
||||
* @param root the json object representing data
|
||||
* @param[out] spec where to write the data
|
||||
* @return #GNUNET_OK upon successful parsing; #GNUNET_SYSERR upon error
|
||||
|
Loading…
Reference in New Issue
Block a user