Skip to content

Commit 27029d1

Browse files
committed
Fixed typo
1 parent d77e584 commit 27029d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/DevCheck/DevCheck.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ function Repair-DevTestPfx
847847
$pfx = Join-Path $user 'winappsdk.certificate.test.pfx'
848848
$export_pfx = Export-PfxCertificate -Cert $cert_personal -FilePath $pfx -Password $password
849849

850-
# Delete the personal certiicate
850+
# Delete the personal certificate
851851
Remove-Item -Path $cert_personal -DeleteKey
852852

853853
$ok = $true

0 commit comments

Comments
 (0)