1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-23 10:39:03 +00:00

chore(core): fix typo

[no changelog]
This commit is contained in:
tychovrahe 2025-02-26 13:00:14 +01:00 committed by TychoVrahe
parent 9b11cc7577
commit a22c15663c

View File

@ -56,6 +56,6 @@ static void prodtest_help(cli_t* cli) {
PRODTEST_CLI_CMD(
.name = "help",
.func = prodtest_help,
.info = "Dsiplay the list of available commands",
.info = "Display the list of available commands",
.args = "[<prefix>]"
);