소스 검색

Merge pull request #3367 from luhuadong/develop

[AT] Fix typos in Kconfig
Bernard Xiong 5 년 전
부모
커밋
fbe98db381
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/net/at/Kconfig

+ 1 - 1
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 Commonds buffer"
+            int "The maximum lenght of AT Commands buffer"
             default 128
 
     endif