Skip to content

Commit

Permalink
Board: fix typo (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsansag committed May 24, 2024
1 parent f938f5e commit 374997b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/json_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@
},
{
"const": "board",
"description": "Print mather board name and other info"
"description": "Print motherboard name and other info"
},
{
"const": "bootmgr",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/board/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 374997b

Please sign in to comment.