From 00cc78ea68214312e7d458d38dedcb7d25d93645 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Fri, 22 Feb 2019 19:34:36 +0000 Subject: [PATCH] scripts/genbuildplan.py: typo --- scripts/genbuildplan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/genbuildplan.py b/scripts/genbuildplan.py index 73a5d175d5..3922f886a7 100755 --- a/scripts/genbuildplan.py +++ b/scripts/genbuildplan.py @@ -313,7 +313,7 @@ def processPackages(args, packages, build): elif not args.ignore_invalid: raise Exception("Invalid package! Package %s cannot be found for this PROJECT/DEVICE/ARCH" % dfq_p) - # To each target-specific node, add the correspnding + # To each target-specific node, add the corresponding # target-specific dependency nodes ("edges") for name in node_map: node = node_map[name]