From 917a81b3424fc99094756582840e4bb41940be22 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 20 Sep 2024 23:08:25 +0200 Subject: [PATCH] support/scripts/pkg-stats: fix 'dictionary' typo Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN (cherry picked from commit db6a029a50a36adb86549b22f556b4f66e072417) Signed-off-by: Peter Korsgaard --- support/scripts/pkg-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats index 4dc1857a9e..f143af6446 100755 --- a/support/scripts/pkg-stats +++ b/support/scripts/pkg-stats @@ -1209,7 +1209,7 @@ def dump_html(packages, stats, date, commit, output): def dump_json(packages, defconfigs, stats, date, commit, output): - # Format packages as a dictionnary instead of a list + # Format packages as a dictionary instead of a list # Exclude local field that does not contains real date excluded_fields = ['url_worker', 'name', 'tree_path'] pkgs = {