diff mbox series

[03/23] package/json-for-modern-cpp: fix design typo in help text

Message ID 20240914071930.1189715-3-peter@korsgaard.com
State Accepted
Headers show
Series [01/23] package/icu: fix typos in help text and patch description | expand

Commit Message

Peter Korsgaard Sept. 14, 2024, 7:19 a.m. UTC
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/json-for-modern-cpp/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/package/json-for-modern-cpp/Config.in b/package/json-for-modern-cpp/Config.in
index b045cba684..34fc4e29e2 100644
--- a/package/json-for-modern-cpp/Config.in
+++ b/package/json-for-modern-cpp/Config.in
@@ -3,7 +3,7 @@  config BR2_PACKAGE_JSON_FOR_MODERN_CPP
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++11
 	depends on BR2_INSTALL_LIBSTDCPP
 	help
-	  Json for modern c++ has the following desing goals in mind:
+	  Json for modern c++ has the following design goals in mind:
 
 	  - Intuitive syntax. In languages such as Python, JSON feels
 	    like a first class data type. All the operator magic of