We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9048a commit 3c941e9Copy full SHA for 3c941e9
tools/graph-upgrade-timing.py
@@ -31,7 +31,7 @@ def process(options):
31
32
title = f"{dt}"
33
if options.min_time:
34
- title = f"{title} • Modules lodaded in more than {options.min_time} seconds"
+ title = f"{title} • Modules loaded in more than {options.min_time} seconds"
35
pie.title = title
36
37
if options.format == "png":
0 commit comments