Skip to content

Commit 0c240ce

Browse files
committed
fixed spelling
1 parent 6c6ca2d commit 0c240ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/AutomationTests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function WaitForJobStatus
8686
{
8787
break
8888
}
89-
elseif($endStatus -ccontains $job.Status.ToLower())
89+
elseif($endStatus -contains $job.Status.ToLower())
9090
{
9191
Write-Output ("The Job with ID $($job.Id) reached $($job.Status) Status already.")
9292
return
@@ -145,7 +145,7 @@ function Test-AutomationStartAndStopRunbook
145145

146146
<#
147147
.SYNOPSIS
148-
Tests publishing runbook and editing runbook with and without Overrite parameter
148+
Tests publishing runbook and editing runbook with and without Overwrite parameter
149149
#>
150150
function Test-AutomationPublishAndEditRunbook
151151
{

0 commit comments

Comments
 (0)