spelling: successfully

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:46:18 -05:00
parent aee29ca34b
commit 9e89559322
11 changed files with 15 additions and 15 deletions

View file

@ -1429,7 +1429,7 @@ class gdb_prf(BuildContext):
def openocd(ctx):
""" Starts openocd and leaves it running. It will reset the board to
increase the chances of attaching succesfully. """
increase the chances of attaching successfully. """
waftools.openocd.run_command(ctx, 'init; reset', shutdown=False)