diff --git a/pyTools/DD_stoch.py b/pyTools/DD_stoch.py index e5773a7..4f05350 100644 --- a/pyTools/DD_stoch.py +++ b/pyTools/DD_stoch.py @@ -1033,7 +1033,7 @@ def noPerturbationFailsFailure(self): print("Suggestions:") cmpScript=os.path.relpath(self.compare_, os.getcwd()) - print("\t1) check if reproducibilty discrepancies are larger than the failure criteria of the script %s"%cmpScript) + print("\t1) check if reproducibility discrepancies are larger than the failure criteria of the script %s"%cmpScript) print("\t2) check the libm library is not instrumented") print("Directory to analyze: NoPerturbation") failure()