diff mbox series

[06/17] support/scripts/graph-build-time: fix 'auxiliary' typo

Message ID 20240920210836.4093091-6-peter@korsgaard.com
State New
Headers show
Series [01/17] support/dependencies/dependencies.sh: fix 'mimic' typo | expand

Commit Message

Peter Korsgaard Sept. 20, 2024, 9:08 p.m. UTC
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 support/scripts/graph-build-time | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/support/scripts/graph-build-time b/support/scripts/graph-build-time
index 1edc3b3c00..abbbb26151 100755
--- a/support/scripts/graph-build-time
+++ b/support/scripts/graph-build-time
@@ -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: