diff options
-rwxr-xr-x | draklive-install.wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive-install.wrapper b/draklive-install.wrapper index 863ea3c..b4da951 100755 --- a/draklive-install.wrapper +++ b/draklive-install.wrapper @@ -3,7 +3,7 @@ use Net::DBus; if ($>) { if (system('ps -C xscreensaver') == 0) { - # xscreensaver doesn't implement the freedesktop API, so we just have to kill it, + # xscreensaver doesn't implement the freedesktop API, so we just have to kill it. # We expect the user to reboot after the install completes, so don't bother to # reenable it. system('xscreensaver-command -exit'); |