bluetooth: mesh: fix typo

Utilize a code spell-checking tool to scan for and correct spelling errors
in all files within the subsys/bluetooth/mesh directory.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
This commit is contained in:
Pisit Sawangvonganan 2024-02-21 00:36:13 +07:00 committed by Anas Nashif
commit 0df7fd68a7
8 changed files with 13 additions and 13 deletions

View file

@ -628,7 +628,7 @@ config BT_MESH_SAR_RX_SEG_INT_STEP
help
This value defines the segments reception interval step used for
delaying the transmission of an acknowledgment message after
receiving a new segmnet. The interval is measured in milliseconds
receiving a new segment. The interval is measured in milliseconds
and calculated using the following formula:
(CONFIG_BT_MESH_SAR_RX_SEG_INT_STEP + 1) * 10 ms
@ -679,7 +679,7 @@ config BT_MESH_RPL_STORAGE_MODE_SETTINGS
bool "Persistent storage of RPL in Settings"
help
Persistent storage of RPL in Settings. If BT_SETTINGS is not
enabled this choise will provide a non-persistent implementation
enabled this choice will provide a non-persistent implementation
variant of the RPL list.
endchoice