summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-03-25 11:08:45 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-03-25 11:48:03 +1000
commita3a34a393b9aeacc0b41dc9b4608ad2be25564cf (patch)
tree9f652f0f9fce33172ead4cf5abbbe3eb361e85d0
parent27488975a61858bbaf72047838074389566e2136 (diff)
downloadxorg-app-xinit-a3a34a393b9aeacc0b41dc9b4608ad2be25564cf.tar.gz
startx: fix comment typo
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--startx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/startx.cpp b/startx.cpp
index 8520399..cc8be90 100644
--- a/startx.cpp
+++ b/startx.cpp
@@ -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;