From a0f4f121cc93a80359625a8bf26e5b2ce4ac7821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Wed, 11 Sep 2013 11:12:14 +0200 Subject: [PATCH] [IMP] spelling error in help text --- account_statement_transactionid_completion/statement.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_statement_transactionid_completion/statement.py b/account_statement_transactionid_completion/statement.py index db2706b6..57d743f7 100644 --- a/account_statement_transactionid_completion/statement.py +++ b/account_statement_transactionid_completion/statement.py @@ -90,5 +90,5 @@ class AccountStatementLine(Model): string='Transaction ID', size=128, serialization_field='additionnal_bank_fields', - help="Transction id from the financial institute"), + help="Transaction id from the financial institute"), }