taskschd/tests: Fix the spelling of a test string.

This commit is contained in:
Francois Gouget 2023-05-16 03:06:08 +02:00 committed by Alexandre Julliard
parent decb572d1a
commit 1017f0ae1b

View file

@ -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;