From e9a660b0b00352ab02fbc78f858881d88a6c2d38 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 22 Feb 2023 15:44:12 +0100 Subject: targets: Fix typos in just config_doc --- TARGETS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TARGETS b/TARGETS index 58788a01..9b657257 100644 --- a/TARGETS +++ b/TARGETS @@ -31,7 +31,7 @@ , "COMPILER_FAMILY": [ "The compiler family to use as (cross) toolchain." , "" - , "Supported values are \"unkonwn\" (the default), \"clang\", and \"gcc\"." + , "Supported values are \"unknown\" (the default), \"clang\", and \"gcc\"." , "The unknown compiler family tries to not make any assumptions on the" , "used C and C++ compilers and uses the generic \"cc\" and \"c++\" as" , "names for the respective compilers; typically used in conjunction with" @@ -44,7 +44,7 @@ , "BUILD_STATIC_BINARY": [ "Boolean, default false. If set, try to build a (mainly) static binary." ] - , "DEBUG": ["Boolean, default false. Wheter a to build a debug version."] + , "DEBUG": ["Boolean, default false. Whether to build a debug version."] , "OS": [ "Operating system to build for." , "" -- cgit v1.2.3