summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_withdraw.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-07 14:35:32 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-07 14:35:32 +0100
commitc20078010b4795a20dc1253083392e41c27e71c2 (patch)
treeb9a50ec41eb9286750b6b9342b4b50d25fc83a95 /src/exchange/taler-exchange-httpd_withdraw.c
parent962990c7ceb405639f6e5284234abef473bc07b3 (diff)
downloadexchange-c20078010b4795a20dc1253083392e41c27e71c2.tar.gz
exchange-c20078010b4795a20dc1253083392e41c27e71c2.tar.bz2
exchange-c20078010b4795a20dc1253083392e41c27e71c2.zip
fix comments, naming consistency issues
Diffstat (limited to 'src/exchange/taler-exchange-httpd_withdraw.c')
-rw-r--r--src/exchange/taler-exchange-httpd_withdraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_withdraw.c b/src/exchange/taler-exchange-httpd_withdraw.c
index f766a3498..52503e6ce 100644
--- a/src/exchange/taler-exchange-httpd_withdraw.c
+++ b/src/exchange/taler-exchange-httpd_withdraw.c
@@ -340,7 +340,7 @@ withdraw_transaction (void *cls,
* specifies the key/value of the coin to be withdrawn, and checks that the
* signature "reserve_sig" makes this a valid withdrawal request from the
* specified reserve. If so, the envelope with the blinded coin "coin_ev" is
- * passed down to execute the withdrawl operation.
+ * passed down to execute the withdrawal operation.
*
* @param rh context of the handler
* @param connection the MHD connection to handle