mirror of
https://github.com/google/pebble.git
synced 2025-05-19 01:44:53 +00:00
spelling: nonexistent
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
9985f1fdf3
commit
c2f7961747
8 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue