summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-08-30 21:47:40 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-08-30 21:47:40 +0000
commit1eaa9401630201db08272d5563e6f111e72bd479 (patch)
tree2a52a07098c73e192a8c3c77296813d39609d220 /x11-apps/xdm/files
parentAdd missing sdl dep. Bug #104301 (diff)
downloadgentoo-2-1eaa9401630201db08272d5563e6f111e72bd479.tar.gz
gentoo-2-1eaa9401630201db08272d5563e6f111e72bd479.tar.bz2
gentoo-2-1eaa9401630201db08272d5563e6f111e72bd479.zip
Fixed a couple important typos in the xdm init script. Thanks to
plasmagunman in bug #104289. (Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-apps/xdm/files')
-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).