From a22c15663c60d293cacc319a38a764984f20dbb0 Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Wed, 26 Feb 2025 13:00:14 +0100 Subject: [PATCH] chore(core): fix typo [no changelog] --- core/embed/projects/prodtest/cmd/prodtest_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/embed/projects/prodtest/cmd/prodtest_help.c b/core/embed/projects/prodtest/cmd/prodtest_help.c index 02f4a45540..ffe5a046a2 100644 --- a/core/embed/projects/prodtest/cmd/prodtest_help.c +++ b/core/embed/projects/prodtest/cmd/prodtest_help.c @@ -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 = "[]" );