summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-08 16:57:55 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-08 16:57:55 +0100
commit8a399a783e27162be096aa3b1e0a4d2c44db0e63 (patch)
tree91795b10cd4b343d96ce099a03da38f7cae716c8
parent1a273fd9543a39900ffc57ea43b99ff618c1e485 (diff)
downloadmerchant-8a399a783e27162be096aa3b1e0a4d2c44db0e63.tar.gz
merchant-8a399a783e27162be096aa3b1e0a4d2c44db0e63.tar.bz2
merchant-8a399a783e27162be096aa3b1e0a4d2c44db0e63.zip
typo
-rw-r--r--src/lib/test_merchant_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 442753f9..45f17a64 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -1336,7 +1336,7 @@ track_transaction_cb (void *cls,
}
/* NOTE: this assumes that the wire transfer corresponds to a
single coin involved in a pay/deposit. Thus, this invariant
- may not always hold in the future depending no how the
+ may not always hold in the future depending on how the
testcases evolve. */
if (1 != transfers[0].num_coins)
{