diff --git a/statement_voucher_killer/__openerp__.py b/statement_voucher_killer/__openerp__.py index aed75ba0..c29d760b 100644 --- a/statement_voucher_killer/__openerp__.py +++ b/statement_voucher_killer/__openerp__.py @@ -26,8 +26,8 @@ Prevent voucher creation when importing lines into statement. ############################################################# -When importing invoice or payment into a bank statement or a payment order, normaly a -draf voucher is created on the line. This module will disable this voucher creation""", +When importing invoice or payment into a bank statement or a payment order, normally a +draft voucher is created on the line. This module will disable this voucher creation""", 'author': 'Camptocamp', 'website': 'http://www.camptocamp.com', 'depends': ['account_voucher', 'account_payment'],