From 11d1abbac65d205959c26c337ef2c2db3d3697eb Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 7 Jan 2021 22:17:54 +0100 Subject: [PATCH] tools/nrf52_resetpin_cfg: fix typo in code Progamming => Programming --- dist/tools/nrf52_resetpin_cfg/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/tools/nrf52_resetpin_cfg/main.c b/dist/tools/nrf52_resetpin_cfg/main.c index 1df5e22042..4197b064ac 100644 --- a/dist/tools/nrf52_resetpin_cfg/main.c +++ b/dist/tools/nrf52_resetpin_cfg/main.c @@ -97,7 +97,7 @@ int main(void) puts("\n\nPress any key (meaning send any char) to continue"); getchar(); - puts("Progamming the pin now..."); + puts("Programming the pin now..."); if ((NRF_UICR->PSELRESET[0] != RESET_VAL) || (NRF_UICR->PSELRESET[1] != RESET_VAL)) { /* we can only erase all UICR registers at once, so we need to save