浏览代码

Merge pull request #3389 from DavidLin1577/patch-3

Fixed typo: 'lenght'  and 'sfotware' in Kconfig
Bernard Xiong 5 年之前
父节点
当前提交
87cf14d95f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      components/net/at/Kconfig

+ 2 - 2
components/net/at/Kconfig

@@ -75,7 +75,7 @@ if RT_USING_AT
             default n
 
         config AT_CMD_MAX_LEN
-            int "The maximum lenght of AT Commands buffer"
+            int "The maximum length of AT Commands buffer"
             default 128
 
     endif
@@ -84,7 +84,7 @@ if RT_USING_AT
         hex
         default 0x10300
         help
-            sfotware module version number
+            software module version number
 
 endif