Board: fix typo (#965)

This commit is contained in:
lucsansag
2024-05-24 13:50:26 +02:00
committed by GitHub
parent f938f5e03b
commit 374997b599
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -778,7 +778,7 @@
},
{
"const": "board",
"description": "Print mather board name and other info"
"description": "Print motherboard name and other info"
},
{
"const": "bootmgr",
+1 -1
View File
@@ -137,7 +137,7 @@ void ffInitBoardOptions(FFBoardOptions* options)
ffOptionInitModuleBaseInfo(
&options->moduleInfo,
FF_BOARD_MODULE_NAME,
"Print mather board name and other info",
"Print motherboard name and other info",
ffParseBoardCommandOptions,
ffParseBoardJsonObject,
ffPrintBoard,