You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/03/22 15:01:21 UTC

[incubator-nuttx-apps] 01/02: Fix the typo error

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

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

commit 444147635ded6155a7d149309deb71ba303286a1
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sun Mar 22 17:16:10 2020 +0800

    Fix the typo error
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 examples/README.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/README.txt b/examples/README.txt
index 44c6819..be97000 100644
--- a/examples/README.txt
+++ b/examples/README.txt
@@ -231,7 +231,7 @@ examples/dac
 examples/dhcpd
 ^^^^^^^^^^^^^^
 
-  This examples builds a tiny DCHP server for the target system.
+  This examples builds a tiny DHCP server for the target system.
 
   NOTE: For test purposes, this example can be built as a
   host-based DHCPD server.  This can be built as follows: