From 6053d894da0e5c965c039ea7bdb527c4883d727f Mon Sep 17 00:00:00 2001 From: OlaYZen Date: Mon, 10 Oct 2022 13:06:29 +0200 Subject: [PATCH] TYPO --- Fix Windows 11.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fix Windows 11.ps1 b/Fix Windows 11.ps1 index 53e2e3d..a665e81 100644 --- a/Fix Windows 11.ps1 +++ b/Fix Windows 11.ps1 @@ -570,7 +570,7 @@ $button4 = New-Object System.Windows.Forms.Button $button4.Location ='30,190' $button4.Size = '145, 35' $button4.Name = "Update Windows" -$button4.Text = "Update WIndows" +$button4.Text = "Update Windows" $button4.BackColor = "White" $button4.Add_Click({UpdWin}) $Tab3.Controls.Add($button4)