From bdf907241341679ef8641446df639f16d86069c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Mon, 31 Aug 2009 09:11:26 +0000
Subject: [PATCH]  - fix typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28676 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testInvoice.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/tests/testInvoice.py b/product/ERP5/tests/testInvoice.py
index 0a1470f466..6941e4b054 100644
--- a/product/ERP5/tests/testInvoice.py
+++ b/product/ERP5/tests/testInvoice.py
@@ -2684,7 +2684,7 @@ class TestSaleInvoice(TestSaleInvoiceMixin, TestInvoice, ERP5TypeTestCase):
     then split and defer, and check everything is solved
     """
     if not quiet:
-      self.logMessage('Invoice Decrease Qantity')
+      self.logMessage('Invoice Decrease Quantity')
     sequence = self.PACKING_LIST_DEFAULT_SEQUENCE + \
     """
     stepSetReadyPackingList
-- 
2.30.9