summaryrefslogtreecommitdiff
path: root/Meta/CMake
diff options
context:
space:
mode:
authormjz19910 <matthias291999@gmail.com>2022-01-07 05:04:05 -0700
committerLinus Groh <mail@linusgroh.de>2022-01-07 15:44:42 +0100
commit10ec98dd3852369834b6367da5615ec2a21846a3 (patch)
treeabbff764b730536f3595cae937f7b8ca86b44e2e /Meta/CMake
parent168063819d009b34d43286c0367129592809a79d (diff)
downloadserenity-10ec98dd3852369834b6367da5615ec2a21846a3.zip
Everywhere: Fix spelling mistakes
Diffstat (limited to 'Meta/CMake')
-rw-r--r--Meta/CMake/Superbuild/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/CMake/Superbuild/CMakeLists.txt b/Meta/CMake/Superbuild/CMakeLists.txt
index 84b8183a3d..6750b2a7cc 100644
--- a/Meta/CMake/Superbuild/CMakeLists.txt
+++ b/Meta/CMake/Superbuild/CMakeLists.txt
@@ -33,7 +33,7 @@ get_filename_component(
ABSOLUTE CACHE
)
set(SERENITY_ARCH "i686" CACHE STRING "Target architecture for SerenityOS.")
-set(SERENITY_TOOLCHAIN "GNU" CACHE STRING "Compliler toolchain to use for Serenity (GNU or Clang)")
+set(SERENITY_TOOLCHAIN "GNU" CACHE STRING "Compiler toolchain to use for Serenity (GNU or Clang)")
# FIXME: It is preferred to keep all the sub-build artifacts below the binary directory for the superbuild
# However, this has an impact on developer's IDE settings and more significantly, the Ports tree.