1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-21 08:18:46 +00:00

chore(core/prodtest): fix typos in prodtest

[no changelog]
This commit is contained in:
tychovrahe 2025-04-30 15:18:34 +02:00 committed by TychoVrahe
parent 3a9315cc58
commit a22563c01a
2 changed files with 2 additions and 2 deletions

View File

@ -972,7 +972,7 @@ each 100ms.
Example: Example:
``` ```
nfc-write_card [<timeout_seconds>] nfc-write-card [<timeout_seconds>]
# NFC reader on, put the card on the reader (timeout <timeout_seconds> s) # NFC reader on, put the card on the reader (timeout <timeout_seconds> s)
# Writting URI to NFC tag 7AF403 # Writting URI to NFC tag 7AF403

View File

@ -252,7 +252,7 @@ static void prodtest_nfc_write_card(cli_t* cli) {
goto cleanup; goto cleanup;
} }
cli_trace(cli, "Writting URI to NFC tag %s", dev_info.uid); cli_trace(cli, "Writing URI to NFC tag %s", dev_info.uid);
nfc_dev_write_ndef_uri(); nfc_dev_write_ndef_uri();
if (timeout_set) { if (timeout_set) {