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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8e9462985 examples/rpmsgsocket: fix wrong typo
8e9462985 is described below

commit 8e9462985a81136b7b639b2ef47bd9db4e845f10
Author: yintao <yin...@xiaomi.com>
AuthorDate: Tue Jul 19 16:48:50 2022 +0800

    examples/rpmsgsocket: fix wrong typo
    
    Signed-off-by: yintao <yin...@xiaomi.com>
---
 examples/rpmsgsocket/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/rpmsgsocket/Kconfig b/examples/rpmsgsocket/Kconfig
index 7be2c7caa..95c748a26 100644
--- a/examples/rpmsgsocket/Kconfig
+++ b/examples/rpmsgsocket/Kconfig
@@ -4,7 +4,7 @@
 #
 
 config EXAMPLES_RPMSGSOCKET
-       tristate "Rpmsg scoekt example"
+       tristate "Rpmsg socket example"
        depends on NET_RPMSG
        default n
        ---help---

Reply via email to