summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api-merchant.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index 83bc74c0..2a1fafc9 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -101,7 +101,7 @@ The Frontend HTTP API
interface DepositedCoin {
// the amount this coin is paying for
- constribution: Amount;
+ contribution: Amount;
// coin's public key
coin_pub: RsaPublicKey;