From c477e689c9c5a620d62a5ce9f5b48c5c8c7907e3 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:48:54 -0500 Subject: [PATCH] spelling: targeted Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 1f78fcd1..d32ef6ec 100644 --- a/wscript +++ b/wscript @@ -145,7 +145,7 @@ def options(opt): opt.add_option('--file', action='store', help='Specify a file to use with the flash_fw command') opt.add_option('--tty', help='Selects a tty to use for serial imaging. Must be specified for all image commands') - opt.add_option('--baudrate', action='store', type=int, help='Optional: specifies the baudrate to run the targetted uart at') + opt.add_option('--baudrate', action='store', type=int, help='Optional: specifies the baudrate to run the targeted uart at') opt.add_option('--onlysdk', action='store_true', help="only build the sdk") opt.add_option('--qemu_host', default='localhost:12345', help='host:port for the emulator console connection')