diff options
| author | Antonin Décimo <antonin.decimo@gmail.com> | 2021-01-12 22:15:42 +0100 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2021-01-13 12:53:10 -0500 |
| commit | 39ede12aa5b27376341df85bc9ec254913f044bd (patch) | |
| tree | d079bfefe3a9010dd7d7a57dfe207d9b6532b8e8 /mesonbuild/cmake/data/preload.cmake | |
| parent | ccb15bc0e988f4e90b67606eaad9443c7ccac918 (diff) | |
| download | meson-39ede12aa5b27376341df85bc9ec254913f044bd.tar.gz | |
Fix misspells
Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com>
Diffstat (limited to 'mesonbuild/cmake/data/preload.cmake')
| -rw-r--r-- | mesonbuild/cmake/data/preload.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mesonbuild/cmake/data/preload.cmake b/mesonbuild/cmake/data/preload.cmake index 34d38e304..234860b75 100644 --- a/mesonbuild/cmake/data/preload.cmake +++ b/mesonbuild/cmake/data/preload.cmake @@ -15,8 +15,8 @@ macro(meson_ps_reload_vars) endmacro() macro(meson_ps_disabled_function) - message(WARNING "The function '${ARGV0}' is disabled in the context of CMake subporjects.\n" - "This should not be an issue but may lead to compilaton errors.") + message(WARNING "The function '${ARGV0}' is disabled in the context of CMake subprojects.\n" + "This should not be an issue but may lead to compilation errors.") endmacro() # Helper macro to inspect the current CMake state |
