doc: fix kconfig misspellings

Fix misspellings in Kconfig files that show up in the configuration
documentation (and make menuconfig screens).

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-11-02 12:09:45 -07:00 committed by Anas Nashif
commit ee47f7fb7a
6 changed files with 8 additions and 8 deletions

View file

@ -364,9 +364,9 @@ config BT_GAP_PERIPHERAL_PREF_PARAMS
default y
depends on BT_PERIPHERAL
help
This allows to configure periphral preferred connection parameters.
This allows to configure peripheral preferred connection parameters.
Enabling this option results in adding PPCP characteristic in GAP
and sending request for connection parameters udpate after GAP
and sending request for connection parameters update after GAP
recommended 5 seconds of connection as peripheral. If disabled it is
up to application to set expected connection parameters.