Skip to content

Commit

Permalink
Fix typo (ChrisTitusTech#3104)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingWonders committed Dec 14, 2024
1 parent 2466b90 commit d23e6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/microwin/Invoke-MicrowinGetIso.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function Invoke-MicrowinGetIso {
$mountDir = Join-Path $env:TEMP $randomMicrowin
$scratchDir = Join-Path $env:TEMP $randomMicrowinScratch
} else {
$scratchDir = $sync.MicrowinScratchDirBox.Text+"Scrach"
$scratchDir = $sync.MicrowinScratchDirBox.Text+"Scratch"
$mountDir = $sync.MicrowinScratchDirBox.Text+"micro"
}

Expand Down

0 comments on commit d23e6f9

Please sign in to comment.