summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_refresh.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-28 15:43:06 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-28 15:43:06 +0100
commite4cbe66780bd354fac79db155a12c33a9c68fbbc (patch)
treecc3019aa59c604e66f356d64a930deea27d25504 /src/mint/taler-mint-httpd_refresh.c
parenteca4f1a8fe52d463b6b87d19c245e7aa02197476 (diff)
downloadexchange-e4cbe66780bd354fac79db155a12c33a9c68fbbc.tar.gz
exchange-e4cbe66780bd354fac79db155a12c33a9c68fbbc.tar.bz2
exchange-e4cbe66780bd354fac79db155a12c33a9c68fbbc.zip
-doxygen fixes
Diffstat (limited to 'src/mint/taler-mint-httpd_refresh.c')
-rw-r--r--src/mint/taler-mint-httpd_refresh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_refresh.c b/src/mint/taler-mint-httpd_refresh.c
index 6994ec6b0..8a2232e25 100644
--- a/src/mint/taler-mint-httpd_refresh.c
+++ b/src/mint/taler-mint-httpd_refresh.c
@@ -646,7 +646,7 @@ handle_refresh_melt_json (struct MHD_Connection *connection,
/**
* Handle a "/refresh/melt" request. Parses the request into the JSON
- * components and then hands things of to #handle_referesh_melt_json()
+ * components and then hands things of to #handle_refresh_melt_json()
* to validate the melted coins, the signature and execute the melt
* using TMH_DB_execute_refresh_melt().
*