Module: wine Branch: master Commit: 1017f0ae1b4da0f141a4d111666d695240db6ea2 URL: https://gitlab.winehq.org/wine/wine/-/commit/1017f0ae1b4da0f141a4d111666d695...
Author: Francois Gouget fgouget@free.fr Date: Tue May 16 03:06:08 2023 +0200
taskschd/tests: Fix the spelling of a test string.
---
dlls/taskschd/tests/scheduler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/taskschd/tests/scheduler.c b/dlls/taskschd/tests/scheduler.c index 6db3a86ba8a..bf6e13be98b 100644 --- a/dlls/taskschd/tests/scheduler.c +++ b/dlls/taskschd/tests/scheduler.c @@ -1380,7 +1380,7 @@ static void create_action(ITaskDefinition *taskdef) { static WCHAR task1_exe[] = L"task1.exe"; static WCHAR workdir[] = L"workdir"; - static WCHAR args[] = L"argumens"; + static WCHAR args[] = L"arguments"; static WCHAR comment[] = L"comment"; HRESULT hr; IActionCollection *actions;