aboutsummaryrefslogtreecommitdiff
path: root/chattyparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'chattyparser.py')
-rwxr-xr-xchattyparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chattyparser.py b/chattyparser.py
index 357f0c9..c51e2bc 100755
--- a/chattyparser.py
+++ b/chattyparser.py
@@ -394,7 +394,7 @@ if __name__ == "__main__":
)
sys.exit(0)
- parser = argparse.ArgumentParser(description="parse and analyse chattymalloc traces")
+ parser = argparse.ArgumentParser(description="parse and analyze chattymalloc traces")
parser.add_argument("trace",
help="binary trace file created by chattymalloc")
parser.add_argument("--alignment",