spell checking issues

This commit is contained in:
Christian Grothoff 2020-12-20 17:11:52 +01:00
parent 699916056b
commit c57d2f0468
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
3 changed files with 5 additions and 5 deletions

View File

@ -194,7 +194,7 @@ TEH_keys_denomination_revoke (const struct GNUNET_HashCode *h_denom_pub);
/** /**
* Resumse all suspended /keys requests, we may now have key material * Resumse all suspended /keys requests, we may now have key material
* (or are shuting down). * (or are shutting down).
* *
* @param do_shutdown are we shutting down? * @param do_shutdown are we shutting down?
*/ */

View File

@ -63,7 +63,7 @@ struct WireStateHandle
/** /**
* Free memory assciated with @a wsh * Free memory associated with @a wsh
* *
* @param[in] wsh wire state to destroy * @param[in] wsh wire state to destroy
*/ */
@ -76,7 +76,7 @@ destroy_wire_state (struct WireStateHandle *wsh)
/** /**
* Free memory assciated with wire state. Signature * Free memory associated with wire state. Signature
* suitable for pthread_key_create(). * suitable for pthread_key_create().
* *
* @param[in] cls the `struct WireStateHandle` to destroy * @param[in] cls the `struct WireStateHandle` to destroy
@ -154,7 +154,7 @@ add_wire_account (void *cls,
* @param closing_fee the closing fee we charge * @param closing_fee the closing fee we charge
* @param start_date from when are these fees valid (start date) * @param start_date from when are these fees valid (start date)
* @param end_date until when are these fees valid (end date, exclusive) * @param end_date until when are these fees valid (end date, exclusive)
* @param master_sig master key signature affirming that this is the corrrect * @param master_sig master key signature affirming that this is the correct
* fee (of purpose #TALER_SIGNATURE_MASTER_WIRE_FEES) * fee (of purpose #TALER_SIGNATURE_MASTER_WIRE_FEES)
*/ */
static void static void

View File

@ -1450,7 +1450,7 @@ typedef void
* @param closing_fee the closing fee we charge * @param closing_fee the closing fee we charge
* @param start_date from when are these fees valid (start date) * @param start_date from when are these fees valid (start date)
* @param end_date until when are these fees valid (end date, exclusive) * @param end_date until when are these fees valid (end date, exclusive)
* @param master_sig master key signature affirming that this is the corrrect * @param master_sig master key signature affirming that this is the correct
* fee (of purpose #TALER_SIGNATURE_MASTER_WIRE_FEES) * fee (of purpose #TALER_SIGNATURE_MASTER_WIRE_FEES)
*/ */
typedef void typedef void