summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_db.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-19 00:13:40 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-19 00:17:16 +0200
commit3d701e8d2a39e766b8345e242c3ffb501f935a3e (patch)
treeeefde3a1acc37a46e324183d62afa7bf0409e7ba /src/exchange/taler-exchange-httpd_db.c
parentdea0f7c411d6ae5c5410d30f6072478e905cabb4 (diff)
downloadexchange-3d701e8d2a39e766b8345e242c3ffb501f935a3e.tar.gz
exchange-3d701e8d2a39e766b8345e242c3ffb501f935a3e.tar.bz2
exchange-3d701e8d2a39e766b8345e242c3ffb501f935a3e.zip
fix leaks and typos
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.c')
-rw-r--r--src/exchange/taler-exchange-httpd_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c
index ebe19a9b5..298f6c35a 100644
--- a/src/exchange/taler-exchange-httpd_db.c
+++ b/src/exchange/taler-exchange-httpd_db.c
@@ -907,7 +907,7 @@ refresh_exchange_coin (struct MHD_Connection *connection,
&ev_sig))
{
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- "Returning cashed reply for /refresh/reveal signature\n");
+ "Returning cached reply for /refresh/reveal signature\n");
return ev_sig;
}