[Erp5-report] r8464 - /erp5/trunk/products/ERP5/Document/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jul 18 11:10:02 CEST 2006


Author: jerome
Date: Tue Jul 18 11:09:57 2006
New Revision: 8464

URL: http://svn.erp5.org?rev=8464&view=rev
Log:
Fix some typos, from Łukasz Nowak


Modified:
    erp5/trunk/products/ERP5/Document/AmortisationRule.py
    erp5/trunk/products/ERP5/Document/AppliedRule.py
    erp5/trunk/products/ERP5/Document/DeliveryRule.py
    erp5/trunk/products/ERP5/Document/InvoiceTransactionRule.py
    erp5/trunk/products/ERP5/Document/Rule.py
    erp5/trunk/products/ERP5/Document/TransformationRule.py
    erp5/trunk/products/ERP5/Document/TransformationSourcingRule.py

Modified: erp5/trunk/products/ERP5/Document/AmortisationRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/AmortisationRule.py?rev=8464&r1=8463&r2=8464&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/AmortisationRule.py (original)
+++ erp5/trunk/products/ERP5/Document/AmortisationRule.py Tue Jul 18 11:09:57 2006
@@ -1096,7 +1096,7 @@
     security.declareProtected(Permissions.ModifyPortalContent, 'solve')
     def solve(self, applied_rule, solution_list):
       """
-        Solve inconsitency according to a certain number of solutions
+        Solve inconsistency according to a certain number of solutions
         templates. This updates the
 
         -> new status -> solved

Modified: erp5/trunk/products/ERP5/Document/AppliedRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/AppliedRule.py?rev=8464&r1=8463&r2=8464&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/AppliedRule.py (original)
+++ erp5/trunk/products/ERP5/Document/AppliedRule.py Tue Jul 18 11:09:57 2006
@@ -119,7 +119,7 @@
     security.declareProtected(Permissions.ModifyPortalContent, 'solve')
     def solve(self, solution_list):
       """
-        Solve inconsitency according to a certain number of solutions
+        Solve inconsistency according to a certain number of solutions
         templates. This updates the
 
         -> new status -> solved

Modified: erp5/trunk/products/ERP5/Document/DeliveryRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/DeliveryRule.py?rev=8464&r1=8463&r2=8464&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/DeliveryRule.py (original)
+++ erp5/trunk/products/ERP5/Document/DeliveryRule.py Tue Jul 18 11:09:57 2006
@@ -159,7 +159,7 @@
     security.declareProtected(Permissions.ModifyPortalContent, 'solve')
     def solve(self, applied_rule, solution_list):
       """
-        Solve inconsitency according to a certain number of solutions
+        Solve inconsistency according to a certain number of solutions
         templates. This updates the
 
         -> new status -> solved

Modified: erp5/trunk/products/ERP5/Document/InvoiceTransactionRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/InvoiceTransactionRule.py?rev=8464&r1=8463&r2=8464&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/InvoiceTransactionRule.py (original)
+++ erp5/trunk/products/ERP5/Document/InvoiceTransactionRule.py Tue Jul 18 11:09:57 2006
@@ -192,7 +192,7 @@
     security.declareProtected(Permissions.ModifyPortalContent, 'solve')
     def solve(self, applied_rule, solution_list):
       """
-        Solve inconsitency according to a certain number of solutions
+        Solve inconsistency according to a certain number of solutions
         templates. This updates the
 
         -> new status -> solved

Modified: erp5/trunk/products/ERP5/Document/Rule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Rule.py?rev=8464&r1=8463&r2=8464&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Rule.py (original)
+++ erp5/trunk/products/ERP5/Document/Rule.py Tue Jul 18 11:09:57 2006
@@ -123,7 +123,7 @@
     security.declareProtected(Permissions.ModifyPortalContent, 'solve')
     def solve(self, applied_rule, solution_list):
       """
-        Solve inconsitency according to a certain number of solutions
+        Solve inconsistency according to a certain number of solutions
         templates. This updates the
 
         -> new status -> solved

Modified: erp5/trunk/products/ERP5/Document/TransformationRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/TransformationRule.py?rev=8464&r1=8463&r2=8464&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/TransformationRule.py (original)
+++ erp5/trunk/products/ERP5/Document/TransformationRule.py Tue Jul 18 11:09:57 2006
@@ -315,7 +315,7 @@
     security.declareProtected(Permissions.ModifyPortalContent, 'solve')
     def solve(self, applied_rule, solution_list):
       """
-        Solve inconsitency according to a certain number of solutions
+        Solve inconsistency according to a certain number of solutions
         templates. This updates the
 
         -> new status -> solved

Modified: erp5/trunk/products/ERP5/Document/TransformationSourcingRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/TransformationSourcingRule.py?rev=8464&r1=8463&r2=8464&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/TransformationSourcingRule.py (original)
+++ erp5/trunk/products/ERP5/Document/TransformationSourcingRule.py Tue Jul 18 11:09:57 2006
@@ -235,7 +235,7 @@
     security.declareProtected(Permissions.ModifyPortalContent, 'solve')
     def solve(self, applied_rule, solution_list):
       """
-        Solve inconsitency according to a certain number of solutions
+        Solve inconsistency according to a certain number of solutions
         templates. This updates the
 
         -> new status -> solved




More information about the Erp5-report mailing list