From eaacb5c5780e29f3699ba9b7f9059e317bde34a8 Mon Sep 17 00:00:00 2001 From: Rudra <92840555+Rudra-Ji@users.noreply.github.com> Date: Sun, 22 Oct 2023 20:23:01 +0530 Subject: [PATCH] fix typo (#778) --- scripts/msix/msix_downloader.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/msix/msix_downloader.ps1 b/scripts/msix/msix_downloader.ps1 index f80584bc..006910b4 100644 --- a/scripts/msix/msix_downloader.ps1 +++ b/scripts/msix/msix_downloader.ps1 @@ -20,7 +20,7 @@ If the manufacturers would include these in their driver packages I wouldn't hav But I can see why they don't.. There's this "small" issue with deploying .Appx and AppxBundles during an OSD. -But that script will be done and uploaded in a cuple of days or so. :) +But that script will be done and uploaded in a couple of days or so. :) The real heroes here are the ppl behind this site: @@ -98,7 +98,7 @@ if ([regex]::IsMatch("$SavePathRoot\$ProductID", "([,!@?#$%^&*()\[\]]+|\\\.\.|\\ if (!(test-path "$SavePathRoot\$ProductID")) { - write-host "Creating Directorty"$SavePathRoot\$ProductID"" + write-host "Creating Directory"$SavePathRoot\$ProductID"" try { New-Item -ItemType Directory "$SavePathRoot\$ProductID" -ErrorAction Stop | Out-Null