aboutsummaryrefslogtreecommitdiff
path: root/src/mintdb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-05 13:35:47 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-05 13:35:47 +0200
commita104914e4d209d9c2d94a8f4e943dd29e739158a (patch)
tree14b8bd9e3dba7db7a96241ca98a24f908a3f277b /src/mintdb
parent01551b0d9d4fe23b66e5adf4cfa2485fe202c3c9 (diff)
downloadexchange-a104914e4d209d9c2d94a8f4e943dd29e739158a.tar.xz
-doxygen fixes
Diffstat (limited to 'src/mintdb')
-rw-r--r--src/mintdb/plugin_mintdb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c
index 54bbc845e..015e8bbe7 100644
--- a/src/mintdb/plugin_mintdb_postgres.c
+++ b/src/mintdb/plugin_mintdb_postgres.c
@@ -1096,7 +1096,7 @@ postgres_insert_denomination_info (void *cls,
* Fetch information about 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 denom_pub the public key used for signing coins of this denomination
* @param[out] issue set to issue information with value, fees and other info about the coin, can be NULL
* @return #GNUNET_OK on success; #GNUNET_NO if no record was found, #GNUNET_SYSERR on failure