diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-25 21:50:32 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-06-26 17:09:30 +0200 |
commit | 7b62174d0073ee758fb5fcf8e21ff35cfc766c83 (patch) | |
tree | c16eabecacbb8c627425e3e811d95a58fe3df44d /src/include/taler_exchangedb_plugin.h | |
parent | 2508d4bb5c7e736114e1dcaad3753e3af02dca00 (diff) |
-fix typos
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 6cb9a3a40..42a6795f9 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1420,7 +1420,7 @@ struct TALER_EXCHANGEDB_DepositListEntry struct TALER_DenominationHashP h_denom_pub; /** - * Age commitment hash, if applicable ot the denomination. Should be all + * Age commitment hash, if applicable to the denomination. Should be all * zeroes if age commitment is not applicable to the denonimation. */ struct TALER_AgeCommitmentHash h_age_commitment; @@ -5235,7 +5235,7 @@ struct TALER_EXCHANGEDB_Plugin /** - * Function called to reutrn meta data about a purse by the + * Function called to return meta data about a purse by the * purse public key. * * @param cls the @e cls of this struct with the plugin-specific state |