diff --git a/src/quorum/model.py b/src/quorum/model.py index 06b6305..56d6430 100644 --- a/src/quorum/model.py +++ b/src/quorum/model.py @@ -2178,7 +2178,7 @@ def apply(self, model = None, form = True, safe = None, safe_a = True): # retrieves the object loading it from all the available # sources and then iterates over all the of the model - # values setting the values in the current intance's model + # values setting the values in the current instance's model # then runs the type casting/conversion operation in it if model == None: model = util.get_object() if form else dict() for name, value in legacy.eager(model.items()):