Skip to content

Commit 19047d7

Browse files
committed
Typo fixed
1 parent 5a14c46 commit 19047d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Blog/PowerShell/Get-VMFootprintOnASingleHost.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function Get-VMFootprint ($VM){
1515
Return [math]::round($total_size/1GB,2)
1616
}
1717

18-
$couter = 0
18+
$counter = 0
1919
$vm_counter = 0
2020
$total = 0
2121

0 commit comments

Comments
 (0)