From e16591ced199abffe37ae17477a399ed306c8fb4 Mon Sep 17 00:00:00 2001 From: David Lin Date: Wed, 19 Feb 2020 22:35:43 +0800 Subject: [PATCH] Fixed typo: 'lenght' and 'sfotware' in Kconfig lenght -> length sfotware -> software --- components/net/at/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/net/at/Kconfig b/components/net/at/Kconfig index 37d51c6ce3..92818331af 100644 --- a/components/net/at/Kconfig +++ b/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 -- GitLab