samples: Fixed typos

Fixed typos in various files under samples.

Signed-off-by: Ole Sæther <ole.saether@nordicsemi.no>
This commit is contained in:
Ole Sæther 2023-08-24 12:46:03 +02:00 committed by Carles Cufí
commit a7df4e5175
8 changed files with 9 additions and 9 deletions

View file

@ -9,7 +9,7 @@ Overview
Similar to the :ref:`Central <bluetooth_central>` sample, except that this
application specifically looks for the OTS (Object Transfer) GATT Service.
And this sample is to select object sequentially, to read metadata, to write data,
to read data, and to calculate checksum of selected ojects.
to read data, and to calculate checksum of selected objects.
Requirements
************

View file

@ -8,6 +8,6 @@ config SAMPLE_BT_USE_AUTHENTICATION
default y
help
Enable the passkey authentication callback and register the GATT
read and and write attributes as authentication required.
read and write attributes as authentication required.
source "Kconfig.zephyr"