summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps/xdm/files/xdm.start')
-rwxr-xr-xx11-apps/xdm/files/xdm.start6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-apps/xdm/files/xdm.start b/x11-apps/xdm/files/xdm.start
index 7d881edcd7b0..c8c04211de91 100755
--- a/x11-apps/xdm/files/xdm.start
+++ b/x11-apps/xdm/files/xdm.start
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/files/xdm.start,v 1.2 2005/08/16 20:17:09 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/files/xdm.start,v 1.3 2005/08/30 21:47:40 joshuabaergen Exp $
# This is here to serve as a note to myself, and future developers.
#
@@ -24,10 +24,10 @@
# runlevel never gets changed to this runlevel. Along with the "a"
# runlevel, the "once" key word means that startDM.sh will only be
# run when we specify it to run, thus eliminating respawning
-# startDM.sh when "xdm" is not added to the default runleve, as was
+# startDM.sh when "xdm" is not added to the default runlevel, as was
# done previously.
#
-# This script then just calls "tellinit a", and init will run
+# This script then just calls "telinit a", and init will run
# /etc/X11/startDM.sh after the current runlevel completes (this
# script should only be added to the actual runlevel the user is
# using).