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