From 7bc461299b500637640ffeab4c051446528b6f26 Mon Sep 17 00:00:00 2001 From: Daniel Berthereau Date: Fri, 8 Feb 2019 00:00:00 +0100 Subject: [PATCH] [boobank] Typo. --- man/boobank.1 | 2 +- man/boomoney.1 | 2 +- weboob/applications/boobank/boobank.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/boobank.1 b/man/boobank.1 index f82fdd39b8..033883fbc7 100644 --- a/man/boobank.1 +++ b/man/boobank.1 @@ -217,7 +217,7 @@ List recipients of ACCOUNT .TP \fBtransfer\fR [\fIACCOUNT\fR \fIRECIPIENT\fR \fIAMOUNT\fR [\fILABEL\fR [\fIEXEC_DATE\fR]]] .br -Make a transfer beetwen two account +Make a transfer beetwen two accounts .br \- ACCOUNT the source account .br diff --git a/man/boomoney.1 b/man/boomoney.1 index 5ea4c3ca18..364655b82d 100644 --- a/man/boomoney.1 +++ b/man/boomoney.1 @@ -217,7 +217,7 @@ List recipients of ACCOUNT .TP \fBtransfer\fR [\fIACCOUNT\fR \fIRECIPIENT\fR \fIAMOUNT\fR [\fILABEL\fR [\fIEXEC_DATE\fR]]] .br -Make a transfer beetwen two account +Make a transfer beetwen two accounts .br \- ACCOUNT the source account .br diff --git a/weboob/applications/boobank/boobank.py b/weboob/applications/boobank/boobank.py index 975fb1cc99..da0be636f1 100644 --- a/weboob/applications/boobank/boobank.py +++ b/weboob/applications/boobank/boobank.py @@ -730,7 +730,7 @@ def do_transfer(self, line): """ transfer [ACCOUNT RECIPIENT AMOUNT [LABEL [EXEC_DATE]]] - Make a transfer beetwen two account + Make a transfer beetwen two accounts - ACCOUNT the source account - RECIPIENT the recipient - AMOUNT amount to transfer -- GitLab