summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-02-22 15:44:12 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-02-22 15:44:12 +0100
commite9a660b0b00352ab02fbc78f858881d88a6c2d38 (patch)
tree3a219f8eddf7ca21d1a31a0a37be7614b3ab4792
parent91ba464409894c0215e54f086722309b9634d6f2 (diff)
downloadjustbuild-e9a660b0b00352ab02fbc78f858881d88a6c2d38.tar.gz
targets: Fix typos in just config_doc
-rw-r--r--TARGETS4
1 files 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."
, ""