spelling: nonexistent

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 11:09:26 -05:00
parent 9985f1fdf3
commit c2f7961747
8 changed files with 9 additions and 9 deletions

View file

@ -35,7 +35,7 @@ def _generate_sdk_waf(ctx):
for tool in sdk_waftools + shared_waftools:
path = ctx.path.parent.find_node(tool)
if path is None:
ctx.fatal("Trying to bundle non existent resource in pb-waf ({})".format(tool))
ctx.fatal("Trying to bundle nonexistent resource in pb-waf ({})".format(tool))
pebble_waf_tools.append(path)
# We cannot run this as a sub-wscript because we use a specific vendor-provided