From 597d0722a3614110fa9a9c40ad2dd642ed6f13ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 18 Jul 2006 09:09:57 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20some=20typos,=20from=20=C5=81ukasz=20Nowa?= =?UTF-8?q?k?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8464 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/AmortisationRule.py | 2 +- product/ERP5/Document/AppliedRule.py | 2 +- product/ERP5/Document/DeliveryRule.py | 2 +- product/ERP5/Document/InvoiceTransactionRule.py | 2 +- product/ERP5/Document/Rule.py | 2 +- product/ERP5/Document/TransformationRule.py | 2 +- product/ERP5/Document/TransformationSourcingRule.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/product/ERP5/Document/AmortisationRule.py b/product/ERP5/Document/AmortisationRule.py index a7e5a1a63d..0abf5a572f 100644 --- a/product/ERP5/Document/AmortisationRule.py +++ b/product/ERP5/Document/AmortisationRule.py @@ -1096,7 +1096,7 @@ class AmortisationRule(Rule): 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 diff --git a/product/ERP5/Document/AppliedRule.py b/product/ERP5/Document/AppliedRule.py index 8cbac5b2e5..23794de220 100644 --- a/product/ERP5/Document/AppliedRule.py +++ b/product/ERP5/Document/AppliedRule.py @@ -119,7 +119,7 @@ class AppliedRule(XMLObject): 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 diff --git a/product/ERP5/Document/DeliveryRule.py b/product/ERP5/Document/DeliveryRule.py index c03a4b74bb..b7fb7c7824 100644 --- a/product/ERP5/Document/DeliveryRule.py +++ b/product/ERP5/Document/DeliveryRule.py @@ -159,7 +159,7 @@ class DeliveryRule(Rule): 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 diff --git a/product/ERP5/Document/InvoiceTransactionRule.py b/product/ERP5/Document/InvoiceTransactionRule.py index 292b2c981b..ac2873e486 100644 --- a/product/ERP5/Document/InvoiceTransactionRule.py +++ b/product/ERP5/Document/InvoiceTransactionRule.py @@ -192,7 +192,7 @@ class InvoiceTransactionRule(Rule, PredicateMatrix): 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 diff --git a/product/ERP5/Document/Rule.py b/product/ERP5/Document/Rule.py index ddfa4ab329..798fc7ee23 100644 --- a/product/ERP5/Document/Rule.py +++ b/product/ERP5/Document/Rule.py @@ -123,7 +123,7 @@ class Rule(XMLObject, Predicate): 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 diff --git a/product/ERP5/Document/TransformationRule.py b/product/ERP5/Document/TransformationRule.py index 0716eda4a9..ce7d0a4055 100644 --- a/product/ERP5/Document/TransformationRule.py +++ b/product/ERP5/Document/TransformationRule.py @@ -315,7 +315,7 @@ class TransformationRule(Rule): 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 diff --git a/product/ERP5/Document/TransformationSourcingRule.py b/product/ERP5/Document/TransformationSourcingRule.py index 90615ec714..eb7ce70b81 100644 --- a/product/ERP5/Document/TransformationSourcingRule.py +++ b/product/ERP5/Document/TransformationSourcingRule.py @@ -235,7 +235,7 @@ class TransformationSourcingRule(Rule): 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 -- 2.30.9