support/scripts/graph-build-time: fix 'auxiliary' typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 9c9aa7ffba)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2024-09-20 23:08:24 +02:00
parent a24532ff04
commit 04557874c1

View File

@@ -311,7 +311,7 @@ def read_data(input_file):
reader = csv.reader(input_file, delimiter=':')
pkgs = []
# Auxilliary function to find a package by name in the list.
# Auxiliary function to find a package by name in the list.
def getpkg(name):
for p in pkgs:
if p.name == name: