gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: spelling


From: gnunet
Subject: [taler-bank] branch master updated: spelling
Date: Thu, 23 Jul 2020 09:54:52 +0200

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

ms pushed a commit to branch master
in repository bank.

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

commit 9076e718312ddf18c6f7ed8fa2bbbf3f94fb34bf
Author: MS <ms@taler.net>
AuthorDate: Thu Jul 23 09:54:49 2020 +0200

    spelling
---
 doc/taler-bank-manage.1 | 2 +-
 talerbank/app/tests.py  | 2 +-
 talerbank/app/views.py  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/taler-bank-manage.1 b/doc/taler-bank-manage.1
index 48d5887..af63106 100644
--- a/doc/taler-bank-manage.1
+++ b/doc/taler-bank-manage.1
@@ -33,7 +33,7 @@ Launches the bank Web service at the port given in the
 option.
 .It Fl -serve-uwsgi
 Launches the bank over UWSGI.
-Typically used in conjuction with a Web server which acts like
+Typically used in conjunction with a Web server which acts like
 a reverse proxy.
 .It Fl -sampledata
 Populates the bank's database with sample wire transfers.
diff --git a/talerbank/app/tests.py b/talerbank/app/tests.py
index 026884b..8d2ab80 100644
--- a/talerbank/app/tests.py
+++ b/talerbank/app/tests.py
@@ -45,7 +45,7 @@ LOGGER = logging.getLogger()
 LOGGER.setLevel(logging.DEBUG)
 
 # logging.disable(logging.CRITICAL)
-# reenable: logging.disable(logging.NOTSET)
+# re-enable: logging.disable(logging.NOTSET)
 #logging.disable(logging.NOTSET)
 
 
diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index b7f3a9b..e563604 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -1191,7 +1191,7 @@ def wire_transfer(amount, debit_account, credit_account, 
subject, request_uid=No
                 )
 
     LOGGER.info(
-        "transfering %s => %s, %s, %s"
+        "transferring %s => %s, %s, %s"
         % (
             debit_account.user.username,
             credit_account.user.username,

-- 
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]