diff --git a/Framework/PythonInterface/mantid/fitfunctions.py b/Framework/PythonInterface/mantid/fitfunctions.py index fc29d2011115a5b33d403c0e201344e11bd2ad52..55b3c78a001a3d3569b5c3d4ce737f16ffc2321b 100644 --- a/Framework/PythonInterface/mantid/fitfunctions.py +++ b/Framework/PythonInterface/mantid/fitfunctions.py @@ -36,9 +36,9 @@ class FunctionWrapper(object): self.fun = name else: self.fun = FunctionFactory.createFunction(name) - self.init_parameters_and_attributes(**kwargs) + self.init_paramgeters_and_attributes(**kwargs) - def init_parameters_and_attributes(self, **kwargs): + def init_paramgeters_and_attributes(self, **kwargs): # Deal with attributes first for key in kwargs: if key == "attributes":