Typo in xephyr.sh comment

This commit is contained in:
Alexey Bednyakov 2014-03-31 21:06:00 +04:00
parent 16e36332e5
commit 5519a1ed55
1 changed files with 1 additions and 1 deletions

View File

@ -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