diff --git a/pyperform/cprofile_parser.py b/pyperform/cprofile_parser.py index aa5533c..e44f584 100644 --- a/pyperform/cprofile_parser.py +++ b/pyperform/cprofile_parser.py @@ -95,7 +95,7 @@ def __repr__(self): class cProfileParser(object): """ - A manager class that reads in a pstats file and allows futher decontruction of the statistics. + A manager class that reads in a pstats file and allows further deconstruction of the statistics. """ def __init__(self, pstats_file): self.path = pstats_file