Skip to content

Commit b991632

Browse files
nordic-seglkartben
authored andcommitted
tests: drivers: i2s: i2s_speed: Fix typo in Kconfig file
Fix typo in the Kconfig file. Change 'per socond' to 'per second'. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
1 parent 801107e commit b991632

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/drivers/i2s/i2s_speed/Kconfig

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,43 +39,43 @@ config I2S_TEST_ALLOWED_DATA_OFFSET
3939
value of this option may be needed when GPIO loopback is used.
4040

4141
config I2S_TEST_SKIP_SAMPLERATE_8000
42-
bool "Skip short transfer tests at 8000 samples per socond"
42+
bool "Skip short transfer tests at 8000 samples per second"
4343
help
4444
When set to 'y', short transfer tests at 8000 samples per second
4545
will be skipped.
4646

4747
config I2S_TEST_SKIP_SAMPLERATE_16000
48-
bool "Skip short transfer tests at 16000 samples per socond"
48+
bool "Skip short transfer tests at 16000 samples per second"
4949
help
5050
When set to 'y', short transfer tests at 16000 samples per second
5151
will be skipped.
5252

5353
config I2S_TEST_SKIP_SAMPLERATE_32000
54-
bool "Skip short transfer tests at 32000 samples per socond"
54+
bool "Skip short transfer tests at 32000 samples per second"
5555
help
5656
When set to 'y', short transfer tests at 32000 samples per second
5757
will be skipped.
5858

5959
config I2S_TEST_SKIP_SAMPLERATE_44100
60-
bool "Skip short transfer tests at 44100 samples per socond"
60+
bool "Skip short transfer tests at 44100 samples per second"
6161
help
6262
When set to 'y', short transfer tests at 44100 samples per second
6363
will be skipped.
6464

6565
config I2S_TEST_SKIP_SAMPLERATE_48000
66-
bool "Skip short transfer tests at 48000 samples per socond"
66+
bool "Skip short transfer tests at 48000 samples per second"
6767
help
6868
When set to 'y', short transfer tests at 48000 samples per second
6969
will be skipped.
7070

7171
config I2S_TEST_SKIP_SAMPLERATE_88200
72-
bool "Skip short transfer tests at 88200 samples per socond"
72+
bool "Skip short transfer tests at 88200 samples per second"
7373
help
7474
When set to 'y', short transfer tests at 88200 samples per second
7575
will be skipped.
7676

7777
config I2S_TEST_SKIP_SAMPLERATE_96000
78-
bool "Skip short transfer tests at 96000 samples per socond"
78+
bool "Skip short transfer tests at 96000 samples per second"
7979
help
8080
When set to 'y', short transfer tests at 96000 samples per second
8181
will be skipped.

0 commit comments

Comments
 (0)