diff --git a/winutil.ps1 b/winutil.ps1
index b3a93fe2..f313b496 100644
--- a/winutil.ps1
+++ b/winutil.ps1
@@ -5875,7 +5875,7 @@ catch [System.Management.Automation.MethodInvocationException] {
}
}
catch {
- # If it broke some other way
+ # If it broke some other way
Write-Host "Unable to load Windows.Markup.XamlReader. Double-check syntax and ensure .net is installed."
}