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/mesondata.py | |
parent | ccb15bc0e988f4e90b67606eaad9443c7ccac918 (diff) | |
download | meson-39ede12aa5b27376341df85bc9ec254913f044bd.zip meson-39ede12aa5b27376341df85bc9ec254913f044bd.tar.gz meson-39ede12aa5b27376341df85bc9ec254913f044bd.tar.bz2 |
Fix misspells
Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com>
Diffstat (limited to 'mesonbuild/mesondata.py')
-rw-r--r-- | mesonbuild/mesondata.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mesonbuild/mesondata.py b/mesonbuild/mesondata.py index 398ee69..b9a4c10 100644 --- a/mesonbuild/mesondata.py +++ b/mesonbuild/mesondata.py @@ -48,8 +48,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 @@ -373,7 +373,7 @@ class DataFile: mesondata = { 'cmake/data/preload.cmake': DataFile( Path('cmake/data/preload.cmake'), - '2b4e632aeb74acb2b441880cf85c0b6fcab03e75b182d3077715a97e739a7918', + 'ce8f30159aab25b92c26c58a219a427d47838bfa0739475221d6c8993b4946e5', file_0_data_preload_cmake, ), 'dependencies/data/CMakeLists.txt': DataFile( |