This commit is contained in:
Josh Soref 2016-08-30 02:49:17 +00:00
parent 12e3fc7119
commit ffd64a697e

View file

@ -1371,7 +1371,7 @@ namespace Microsoft.PowerShell.Workflow
}
Dbg.Assert(instance.JobStateRetrieved,
"Cannot set job state when job state is not retrieved or when there is an error in retrival");
"Cannot set job state when job state is not retrieved or when there is an error in retrieval");
// igorse: set job state when job is fully restored as StateChanged event will fire
DoSetJobState(instance.State, reason);
_tracer.WriteMessage(ClassNameTrace, "RestoreFromWorkflowInstance", WorkflowGuidForTraces, this, "END");