summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_withdraw.h
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.h
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.h')
-rw-r--r--src/exchange/taler-exchange-httpd_withdraw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_withdraw.h b/src/exchange/taler-exchange-httpd_withdraw.h
index cc820283f..b0d293ff2 100644
--- a/src/exchange/taler-exchange-httpd_withdraw.h
+++ b/src/exchange/taler-exchange-httpd_withdraw.h
@@ -31,9 +31,9 @@
* Handle a "/reserves/$RESERVE_PUB/withdraw" request. Parses the
* "reserve_pub" EdDSA key of the reserve and the requested "denom_pub" which
* specifies the key/value of the coin to be withdrawn, and checks that the
- * signature "reserve_sig" makes this a valid withdrawl request from 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