From d8d12d6ccb408ce78bd5ea8bfc8bd6e1452276ac Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Tue, 10 Nov 2009 09:52:42 +0000
Subject: [PATCH] typo

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

diff --git a/product/ERP5/DeliverySolver/LIFO.py b/product/ERP5/DeliverySolver/LIFO.py
index 6a73afe4c4..56f10c26ba 100644
--- a/product/ERP5/DeliverySolver/LIFO.py
+++ b/product/ERP5/DeliverySolver/LIFO.py
@@ -34,7 +34,7 @@ from FIFO import FIFO
 
 class LIFO(FIFO):
   """
-  The LIFO solver reduces deliveted quantity by reducing the quantity of
+  The LIFO solver reduces delivered quantity by reducing the quantity of
   simulation movements from the first order.
   """
 
-- 
2.30.9