From a6a27be9a572e67c2f20816a1e2c0892227a3e27 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:27:12 -0500 Subject: [PATCH] spelling: display Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- platform/robert/boot/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/robert/boot/wscript b/platform/robert/boot/wscript index ce22742d..ace7b792 100644 --- a/platform/robert/boot/wscript +++ b/platform/robert/boot/wscript @@ -24,7 +24,7 @@ def options(opt): help='Which board to build for (robert_bb, robert_bb2, cutts_bb, robert_evt)') opt.add_option('--nowatchdog', action='store_true', help='Disable automatic reboots when watchdog fires') - opt.add_option('--display_test', action='store_true', help='Enables the diplsay test loop') + opt.add_option('--display_test', action='store_true', help='Enables the display test loop') def configure(conf):