summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremy@yuffie.local>2008-02-01 00:23:54 -0800
committerJeremy Huddleston <jeremy@yuffie.local>2008-02-01 00:23:54 -0800
commitd9d43955a03fb3d5b2d87d9c1a7de463f1a027b6 (patch)
tree1cbaff98f0b6bce7c78932e5bdb515ea0cd2d1ba
parent7400760ae1b88d0c514aa119643cd412a4a68b06 (diff)
OS-X: Fixed typo
-rw-r--r--startx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/startx.cpp b/startx.cpp
index dad3346..bde93fb 100644
--- a/startx.cpp
+++ b/startx.cpp
@@ -33,7 +33,7 @@ esac
XCOMM Now the "old" compiled path
#ifdef __APPLE__
-olddbindir=/usr/X11R6/bin
+oldbindir=/usr/X11R6/bin
#else
oldbindir=/usr/bin/X11
#endif