diff --git a/src/samy.functions.ps1 b/src/samy.functions.ps1 index 575656f..58042bf 100644 --- a/src/samy.functions.ps1 +++ b/src/samy.functions.ps1 @@ -171,7 +171,7 @@ function Restart-ExplorerIfInteractive { [CmdletBinding()] param() - # Don’t kill Explorer during SYSTEM/unboxing contexts where it may not exist or may be harmful + # Don't kill Explorer during SYSTEM/unboxing contexts where it may not exist or may be harmful $isSystem = ($env:USERNAME -eq 'SYSTEM') if (-not $isSystem) {