Skip to content

Commit 3c941e9

Browse files
committed
[FIX] tools/graph-upgrade-timing.py: typo in image title
Part-of: #30
1 parent fa9048a commit 3c941e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/graph-upgrade-timing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def process(options):
3131

3232
title = f"{dt}"
3333
if options.min_time:
34-
title = f"{title} • Modules lodaded in more than {options.min_time} seconds"
34+
title = f"{title} • Modules loaded in more than {options.min_time} seconds"
3535
pie.title = title
3636

3737
if options.format == "png":

0 commit comments

Comments
 (0)