Commit 1017f0ae authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent decb572d
...@@ -1380,7 +1380,7 @@ static void create_action(ITaskDefinition *taskdef) ...@@ -1380,7 +1380,7 @@ static void create_action(ITaskDefinition *taskdef)
{ {
static WCHAR task1_exe[] = L"task1.exe"; static WCHAR task1_exe[] = L"task1.exe";
static WCHAR workdir[] = L"workdir"; static WCHAR workdir[] = L"workdir";
static WCHAR args[] = L"argumens"; static WCHAR args[] = L"arguments";
static WCHAR comment[] = L"comment"; static WCHAR comment[] = L"comment";
HRESULT hr; HRESULT hr;
IActionCollection *actions; IActionCollection *actions;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment