diff options
author | Sebastian <sebasjm@gmail.com> | 2021-05-28 16:51:26 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2021-05-28 16:51:28 -0300 |
commit | a572c763af9fa55f3d023f88b9e602254147a360 (patch) | |
tree | 2887864f7d48030a8953b6a399d856b1735a80a5 /src | |
parent | a91527bb88e96bdc3023bb0a4fadf637eef2df5e (diff) |
fixing spelling
Diffstat (limited to 'src')
-rwxr-xr-x | src/testing/test_merchant_reserve_creation.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_merchant_reserve_creation.sh b/src/testing/test_merchant_reserve_creation.sh index 4dd12926..a575c236 100755 --- a/src/testing/test_merchant_reserve_creation.sh +++ b/src/testing/test_merchant_reserve_creation.sh @@ -50,7 +50,7 @@ then fi -echo -n Wire transfering... +echo -n Wire transferring... STATUS=$(curl http://Exchange:x@localhost:$BANK_PORT/taler-wire-gateway/Exchange/admin/add-incoming \ -d '{"reserve_pub":"'$RESERVE_PUB'","debit_account":"payto://x-taler-bank/localhost:'$BANK_PORT'/43","amount":"TESTKUDOS:2"}' \ -w "%{http_code}" -s -o $LAST_RESPONSE) @@ -89,7 +89,7 @@ STATUS=$(curl 'http://localhost:9966/instances/default/private/reserves/'$RESERV if [ "$STATUS" != "200" ] then - echo 'should respond failed, we didnt funded yet. got:' $STATUS + echo 'should respond failed, we didn't funded yet. got:' $STATUS exit 1 fi |