This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit 8856a587a67f0d93e8ab8494443dd825b88725b3
Author: p-szafonimateusz <[email protected]>
AuthorDate: Tue Dec 23 10:55:13 2025 +0100

    testsuites/Kconfig: fix codespell issues
    
    fix codespell issues
    
    Signed-off-by: p-szafonimateusz <[email protected]>
---
 testing/testsuites/Kconfig | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/testing/testsuites/Kconfig b/testing/testsuites/Kconfig
index e6afff5f6..8ed01ffcf 100644
--- a/testing/testsuites/Kconfig
+++ b/testing/testsuites/Kconfig
@@ -29,33 +29,33 @@ config CM_FS_TEST
        default n
 
 config CM_SCHED_TEST
-       bool "enbale schedule test"
+       bool "enable schedule test"
        default n
 
 config CM_MM_TEST
-       bool "enbale MM test"
+       bool "enable MM test"
        default n
 
 config CM_TIME_TEST
-       bool "enbale time test"
+       bool "enable time test"
        depends on !DISABLE_POSIX_TIMERS && SIG_EVTHREAD
        default n
 
 config CM_PTHREAD_TEST
-       bool "enbale pthread test"
+       bool "enable pthread test"
        default n
 
 config CM_SOCKET_TEST
-       bool "enbale socket test"
+       bool "enable socket test"
        depends on NET
        default n
 
 config CM_SYSCALL_TEST
-       bool "enbale syscall test"
+       bool "enable syscall test"
        default n
 
 config CM_MUTEX_TEST
-       bool "enbale mutex test"
+       bool "enable mutex test"
        default n
 
 endif # TESTS_TESTSUITES

Reply via email to