Skip to content

Commit 3678acf

Browse files
ndrs-pstjhedberg
authored andcommitted
conf: fix typo in (samples, tests)
Utilize a code spell-checking tool to scan for and correct spelling errors in `.conf` files within the `samples` and `tests` directories. Signed-off-by: Pisit Sawangvonganan <[email protected]>
1 parent a0096b7 commit 3678acf

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

samples/bluetooth/bap_unicast_client/overlay-bt_ll_sw_split.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX=191
1313
CONFIG_BT_CTLR_ISOAL_SOURCES=2
1414
CONFIG_BT_CTLR_ISOAL_SINKS=1
1515

16-
# Numbe of ISO Tx Buffers
16+
# Number of ISO Tx Buffers
1717
CONFIG_BT_CTLR_ISO_TX_BUFFERS=6
1818

1919
# Support the highest SDU size required by any BAP LC3 presets (155) + 8 bytes of HCI ISO Data

samples/bluetooth/bap_unicast_server/overlay-bt_ll_sw_split.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=191
1212
CONFIG_BT_CTLR_ISOAL_SOURCES=1
1313
CONFIG_BT_CTLR_ISOAL_SINKS=2
1414

15-
# Numbe of ISO Tx Buffers
15+
# Number of ISO Tx Buffers
1616
CONFIG_BT_CTLR_ISO_TX_BUFFERS=3
1717

1818
# Support the highest SDU size required by any BAP LC3 presets (155) + 8 bytes of HCI ISO Data

samples/bluetooth/hci_ipc/nrf5340_cpunet_iso-bt_ll_sw_split.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y
158158
# The hci_ipc image has a quite high RAM usage so we need to carefully
159159
# tweak Mbed TLS parameters in order to build successfully:
160160
# - use CSPRNG source as random source for PSA. This removes
161-
# requiement for legacy Mbed TLS entropy+ctr-drbg modules, which
161+
# requirement for legacy Mbed TLS entropy+ctr-drbg modules, which
162162
# saves RAM and ROM;
163163
# - use ROM pre-computed tables for AES;
164164
# - reduce the number of key slots to 3 in the PSA core. This is not a

samples/drivers/ethernet/eth_ivshmem/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CONFIG_NET_TCP_WORKQ_STACK_SIZE=4096
3232
CONFIG_NET_RX_STACK_SIZE=4096
3333
CONFIG_SHELL_STACK_SIZE=4096
3434

35-
# Increase net buffer size/count for increased performace
35+
# Increase net buffer size/count for increased performance
3636
CONFIG_NET_TCP_MAX_RECV_WINDOW_SIZE=5120
3737
CONFIG_NET_PKT_TX_COUNT=6
3838
CONFIG_NET_BUF_RX_COUNT=64

samples/net/mqtt_sn_publisher/compose/mosquitto.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ listener 1883
321321
#keyfile
322322

323323
# If you wish to control which encryption ciphers are used, use the ciphers
324-
# option. The list of available ciphers can be optained using the "openssl
324+
# option. The list of available ciphers can be obtained using the "openssl
325325
# ciphers" command and should be provided in the same format as the output of
326326
# that command. This applies to TLS 1.2 and earlier versions only. Use
327327
# ciphers_tls1.3 for TLS v1.3.
@@ -389,7 +389,7 @@ listener 1883
389389

390390
# When using PSK, the encryption ciphers used will be chosen from the list of
391391
# available PSK ciphers. If you want to control which ciphers are available,
392-
# use the "ciphers" option. The list of available ciphers can be optained
392+
# use the "ciphers" option. The list of available ciphers can be obtained
393393
# using the "openssl ciphers" command and should be provided in the same format
394394
# as the output of that command.
395395
#ciphers
@@ -455,7 +455,7 @@ listener 1883
455455
# where severity is one of D, E, W, N, I, M which are debug, error,
456456
# warning, notice, information and message. Message type severity is used by
457457
# the subscribe/unsubscribe log_types and publishes log messages to
458-
# $SYS/broker/log/M/susbcribe or $SYS/broker/log/M/unsubscribe.
458+
# $SYS/broker/log/M/subscribe or $SYS/broker/log/M/unsubscribe.
459459
#
460460
# The file destination requires an additional parameter which is the file to be
461461
# logged to, e.g. "log_dest file /var/log/mosquitto.log". The file will be
@@ -586,7 +586,7 @@ allow_anonymous true
586586
#
587587
#
588588
# If is also possible to define ACLs based on pattern substitution within the
589-
# topic. The patterns available for substition are:
589+
# topic. The patterns available for substitution are:
590590
#
591591
# %c to match the client id of the client
592592
# %u to match the username of the client
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Note: HW accleration does not support IPV6
1+
# Note: HW acceleration does not support IPV6
22
CONFIG_ETH_NXP_ENET_HW_ACCELERATION=y
33
CONFIG_NET_SAMPLE_CODE_RELOCATE=y
44
CONFIG_NET_SAMPLE_CODE_RAM_NAME="ITCM"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Note: HW accleration does not support IPV6
1+
# Note: HW acceleration does not support IPV6
22
CONFIG_ETH_NXP_ENET_HW_ACCELERATION=y
33
CONFIG_NET_SAMPLE_CODE_RELOCATE=y
44
CONFIG_NET_SAMPLE_CODE_RAM_NAME="ITCM"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Note: HW accleration does not support IPV6
1+
# Note: HW acceleration does not support IPV6
22
CONFIG_ETH_NXP_ENET_HW_ACCELERATION=y
33
CONFIG_NET_SAMPLE_CODE_RELOCATE=y
44
CONFIG_NET_SAMPLE_CODE_RAM_NAME="ITCM"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Note: HW accleration does not support IPV6
1+
# Note: HW acceleration does not support IPV6
22
CONFIG_ETH_NXP_ENET_HW_ACCELERATION=y
33
CONFIG_NET_SAMPLE_CODE_RELOCATE=y
44
CONFIG_NET_SAMPLE_CODE_RAM_NAME="ITCM"

tests/drivers/dma/loop_transfer/boards/stm32h750b_dk.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=3
22
CONFIG_DMA_LOOP_TRANSFER_NUMBER_OF_DMAS=2
33

44
# Required by BDMA which only has access to
5-
# SRAM4 & the driver excpects it to be uncached as well.
5+
# SRAM4 & the driver expects it to be uncached as well.
66
# Other DMAs have access to SRAM4 as well.
77
CONFIG_CODE_DATA_RELOCATION=y
88
CONFIG_DMA_LOOP_TRANSFER_RELOCATE_SECTION="SRAM4"

0 commit comments

Comments
 (0)