Commit 597d0722 authored by Jérome Perrin's avatar Jérome Perrin

Fix some typos, from Łukasz Nowak



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8464 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 32e198ca
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment