diff options
Diffstat (limited to 'Installer/settings')
-rw-r--r-- | Installer/settings/functions.nsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Installer/settings/functions.nsh b/Installer/settings/functions.nsh index a62b9137..147ec76c 100644 --- a/Installer/settings/functions.nsh +++ b/Installer/settings/functions.nsh @@ -52,7 +52,7 @@ FunctionEnd !macroend
!define WriteToConfig "!insertmacro WriteToConfig"
-; Finds and kills UltraStar Deluxe process
+; Finds UltraStar Deluxe process
;
!define nsProcess::FindProcess `!insertmacro nsProcess::FindProcess`
|