Skip to content

Commit

Permalink
chore(core): fix typo
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
TychoVrahe committed Feb 28, 2025
1 parent 99bfacf commit 54ac731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/embed/projects/prodtest/cmd/prodtest_help.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>]"
);

0 comments on commit 54ac731

Please sign in to comment.