summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2018-09-21 16:58:56 +0100
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2018-09-21 16:58:56 +0100
commit449128552985e159e3ca43a41c550f9a9360899d (patch)
tree041fba7883b5aa50676e0a665a503ce174642374
parent2d3fb600c299cc85b580a21aa095ac23b7cdcca4 (diff)
downloaddraklive-install-449128552985e159e3ca43a41c550f9a9360899d.tar
draklive-install-449128552985e159e3ca43a41c550f9a9360899d.tar.gz
draklive-install-449128552985e159e3ca43a41c550f9a9360899d.tar.bz2
draklive-install-449128552985e159e3ca43a41c550f9a9360899d.tar.xz
draklive-install-449128552985e159e3ca43a41c550f9a9360899d.zip
Fix typo in comment.
-rwxr-xr-xdraklive-install.wrapper2
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');