Skip to content

Commit 0c9d7c5

Browse files
committed
spelling
1 parent 383c449 commit 0c9d7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/matrix_testing/CreateMatrixTestReport.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ $jobRows = $queriesToCheck | ForEach-Object -ThrottleLimit $NumThreads -Parallel
299299

300300
foreach($testDirectory in $testDirs){
301301

302-
Write-Host "Aquiring lock for $testDirectory"
302+
Write-Host "Acquiring lock for $testDirectory"
303303
$Mutex = New-Object -TypeName System.Threading.Mutex -ArgumentList $false, ("__Matrix_" + $testDirectory.Replace("\","_"));
304304
$Mutex.WaitOne() | Out-Null;
305305
Write-Host "Locked $testDirectory"

0 commit comments

Comments
 (0)