From c25fd63e02fe57a587b4bfd547ac2cb7a7e0f5fa Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 28 Feb 2013 13:48:45 +0100 Subject: [PATCH] [TYPOS] --- statement_voucher_killer/__openerp__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'],