summaryrefslogtreecommitdiffstatshomepage
path: root/shared/upytesthelper/upytesthelper.c
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-03-08 14:10:02 +1100
committerDamien George <damien@micropython.org>2023-04-27 18:03:06 +1000
commitb1229efbd1509654dec6053865ab828d769e29db (patch)
treee1a65606dd1f0a8cfe2af08f9c4ff821fb575b02 /shared/upytesthelper/upytesthelper.c
parente160fe7bc64212a3ce56f5478f208e2b4d343a8b (diff)
downloadmicropython-b1229efbd1509654dec6053865ab828d769e29db.tar.gz
micropython-b1229efbd1509654dec6053865ab828d769e29db.zip
all: Fix spelling mistakes based on codespell check.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'shared/upytesthelper/upytesthelper.c')
-rw-r--r--shared/upytesthelper/upytesthelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/upytesthelper/upytesthelper.c b/shared/upytesthelper/upytesthelper.c
index ce60732424..9553ff468e 100644
--- a/shared/upytesthelper/upytesthelper.c
+++ b/shared/upytesthelper/upytesthelper.c
@@ -60,7 +60,7 @@ bool upytest_is_failed(void) {
}
// MP_PLAT_PRINT_STRN() should be redirected to this function.
-// It will pass-thru any content to mp_hal_stdout_tx_strn_cooked()
+// It will pass-through any content to mp_hal_stdout_tx_strn_cooked()
// (the dfault value of MP_PLAT_PRINT_STRN), but will also match
// it to the expected output as set by upytest_set_expected_output().
// If mismatch happens, upytest_is_failed() returns true.