From a692395186b9a74817a584444418901da1d7306f Mon Sep 17 00:00:00 2001 From: Jehan Date: Wed, 31 Aug 2022 00:01:11 +0200 Subject: Fix 2 typos in a single string which can be shown in error messages. --- mesonbuild/modules/windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesonbuild/modules/windows.py b/mesonbuild/modules/windows.py index 17ee5f1..dec6e2e 100644 --- a/mesonbuild/modules/windows.py +++ b/mesonbuild/modules/windows.py @@ -111,7 +111,7 @@ class WindowsModule(ExtensionModule): @typed_pos_args('windows.compile_resources', varargs=(str, mesonlib.File, build.CustomTarget, build.CustomTargetIndex), min_varargs=1) @typed_kwargs( - 'winddows.compile_resoures', + 'windows.compile_resources', DEPEND_FILES_KW.evolve(since='0.47.0'), DEPENDS_KW.evolve(since='0.47.0'), INCLUDE_DIRECTORIES, -- cgit v1.1