diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-06-11 14:40:07 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-06-11 14:40:07 +0200 |
commit | 65c19ccbdbc0885a579b3369956ca1daa43ae581 (patch) | |
tree | 50d08715fc925b4ecf0409190c3e1477aa828e59 /src/include | |
parent | 9ff580fe7bd541ff22096b9e96827fdf84a96cab (diff) |
implement #3831
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_mintdb_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h index a4bbc02ac..17edd83e5 100644 --- a/src/include/taler_mintdb_plugin.h +++ b/src/include/taler_mintdb_plugin.h @@ -1003,7 +1003,7 @@ struct TALER_MINTDB_Plugin * @param session_hash hash to identify refresh session * @param cnc_index cut and choose set index (1st dimension) * @param num_coins size of the @a commit_coins array - * @param[out] commit_coin array of coin commitments to return + * @param[out] commit_coins array of coin commitments to return * @return #GNUNET_OK on success * #GNUNET_NO if not found * #GNUNET_SYSERR on error |