gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: fixing spelling


From: gnunet
Subject: [taler-merchant] branch master updated: fixing spelling
Date: Fri, 28 May 2021 21:51:36 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new a572c763 fixing spelling
a572c763 is described below

commit a572c763af9fa55f3d023f88b9e602254147a360
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri May 28 16:51:26 2021 -0300

    fixing spelling
---
 src/testing/test_merchant_reserve_creation.sh | 4 ++--
 1 file 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
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]