Explorar el Código

Merge pull request #3367 from luhuadong/develop

[AT] Fix typos in Kconfig
Bernard Xiong hace 5 años
padre
commit
fbe98db381
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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