From 5519a1ed55f1640f9928209b0107c553032a1fb0 Mon Sep 17 00:00:00 2001 From: Alexey Bednyakov Date: Mon, 31 Mar 2014 21:06:00 +0400 Subject: [PATCH] Typo in xephyr.sh comment --- utils/xephyr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/xephyr.sh b/utils/xephyr.sh index 837d844..05c4f6c 100755 --- a/utils/xephyr.sh +++ b/utils/xephyr.sh @@ -1,4 +1,4 @@ -# If rc.lua.new is missing, make a default one. +# If example.rc.lua is missing, make a default one. rc_lua=$PWD/example.rc.lua test -f $rc_lua || /bin/cp /etc/xdg/awesome/rc.lua $rc_lua