summaryrefslogtreecommitdiff
path: root/startx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'startx.cpp')
-rw-r--r--startx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/startx.cpp b/startx.cpp
index dbc4cae..a390f03 100644
--- a/startx.cpp
+++ b/startx.cpp
@@ -96,7 +96,7 @@ if [ x`defaults read $X11_PREFS_DOMAIN cache_fonts` = x1 ] ; then
fi
if [ -x __libexecdir__/privileged_startx ] ; then
- # Don't push this into the background becasue it can cause
+ # Don't push this into the background because it can cause
# a race to create /tmp/.X11-unix
__libexecdir__/privileged_startx
fi