mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-21 00:08:46 +00:00
chore(core/prodtest): fix typos in prodtest
[no changelog]
This commit is contained in:
parent
3a9315cc58
commit
a22563c01a
@ -972,7 +972,7 @@ each 100ms.
|
||||
|
||||
Example:
|
||||
```
|
||||
nfc-write_card [<timeout_seconds>]
|
||||
nfc-write-card [<timeout_seconds>]
|
||||
# NFC reader on, put the card on the reader (timeout <timeout_seconds> s)
|
||||
# Writting URI to NFC tag 7AF403
|
||||
|
||||
|
@ -252,7 +252,7 @@ static void prodtest_nfc_write_card(cli_t* cli) {
|
||||
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();
|
||||
|
||||
if (timeout_set) {
|
||||
|
Loading…
Reference in New Issue
Block a user