From 4cad9181a178806a44bef834621678ea903f9bed Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:36:36 -0500 Subject: [PATCH] spelling: pretend 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 6d639e44..ab39b9ef 100644 --- a/wscript +++ b/wscript @@ -419,7 +419,7 @@ def configure(conf): conf.env.NOJS = conf.options.nojs # The BT controller is the only thing different between robert_es and robert_evt, so just - # retend robert_es is robert_evt. We'll be removing robert_es fairly soon anyways. + # pretend robert_es is robert_evt. We'll be removing robert_es fairly soon anyways. bt_board = None if conf.options.board == 'robert_es': bt_board = 'robert_es'