summaryrefslogtreecommitdiff
path: root/src/mintdb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-16 18:26:34 +0200
committerChristian Grothoff <christian@grothoff.org>2015-05-16 18:26:34 +0200
commit21da34a5011bfb9445b658febdb40c90c34b4170 (patch)
tree52331735c275986b8129b5d40e16a1ad8f0ecb58 /src/mintdb
parent456434ec41337e60188ae402a621d568ba48dca7 (diff)
downloadexchange-21da34a5011bfb9445b658febdb40c90c34b4170.tar.gz
exchange-21da34a5011bfb9445b658febdb40c90c34b4170.tar.bz2
exchange-21da34a5011bfb9445b658febdb40c90c34b4170.zip
-fix doxygen errors
Diffstat (limited to 'src/mintdb')
-rw-r--r--src/mintdb/plugin_mintdb_postgres.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c
index 8bf3302df..e5eb7cce7 100644
--- a/src/mintdb/plugin_mintdb_postgres.c
+++ b/src/mintdb/plugin_mintdb_postgres.c
@@ -848,7 +848,7 @@ postgres_commit (void *cls,
* Insert a denomination key
*
* @param cls the @e cls of this struct with the plugin-specific state
- * @param sesssion connection to use
+ * @param session connection to use
* @param dki the denomination key information
* @return #GNUNET_OK on success; #GNUNET_SYSERR on failure
*/
@@ -2099,14 +2099,14 @@ postgres_get_refresh_commit_links (void *cls,
* Get all of the information from the given melt commit operation.
*
* @param cls the @e cls of this struct with the plugin-specific state
- * @param sesssion database connection to use
+ * @param session database connection to use
* @param session_hash hash to identify refresh session
* @return NULL if the @a session_hash does not correspond to any known melt
* operation
*/
static struct TALER_MINTDB_MeltCommitment *
postgres_get_melt_commitment (void *cls,
- struct TALER_MINTDB_Session *sesssion,
+ struct TALER_MINTDB_Session *session,
const struct GNUNET_HashCode *session_hash)
{
// FIXME: needs to be implemented!