diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2015-03-25 11:08:45 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-03-25 11:48:03 +1000 |
commit | a3a34a393b9aeacc0b41dc9b4608ad2be25564cf (patch) | |
tree | 9f652f0f9fce33172ead4cf5abbbe3eb361e85d0 | |
parent | 27488975a61858bbaf72047838074389566e2136 (diff) |
startx: fix comment typo
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | startx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -283,7 +283,7 @@ EOF XCOMM now add the same credentials to the client authority file XCOMM if '$displayname' already exists do not overwrite it as another - XCOMM server man need it. Add them to the '$xserverauthfile' instead. + XCOMM server may need it. Add them to the '$xserverauthfile' instead. for displayname in $authdisplay $hostname$authdisplay; do authcookie=`XAUTH list "$displayname" @@ | sed -n "s/.*$displayname[[:space:]*].*[[:space:]*]//p"` 2>/dev/null; |