diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-22 15:44:12 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-22 15:44:12 +0100 |
commit | e9a660b0b00352ab02fbc78f858881d88a6c2d38 (patch) | |
tree | 3a219f8eddf7ca21d1a31a0a37be7614b3ab4792 | |
parent | 91ba464409894c0215e54f086722309b9634d6f2 (diff) | |
download | justbuild-e9a660b0b00352ab02fbc78f858881d88a6c2d38.tar.gz |
targets: Fix typos in just config_doc
-rw-r--r-- | TARGETS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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." , "" |