summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-04-21 23:40:14 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-04-21 23:40:14 +0000
commitfb184418134ddad10cc5d2fb6223ada01ee5f437 (patch)
tree9b1b3b6c345ad66b6a94e48f56fe60539a918ce7
parentStable on alpha wrt Bug #106621. (diff)
downloadgentoo-2-fb184418134ddad10cc5d2fb6223ada01ee5f437.tar.gz
gentoo-2-fb184418134ddad10cc5d2fb6223ada01ee5f437.tar.bz2
gentoo-2-fb184418134ddad10cc5d2fb6223ada01ee5f437.zip
(#130764) Fix bad grammar in comments (Erik Musick).
(Portage version: 2.1_pre7-r5)
-rw-r--r--x11-apps/xinit/ChangeLog5
-rwxr-xr-xx11-apps/xinit/files/xdm.start4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog
index b3722176f811..2544c8bf3731 100644
--- a/x11-apps/xinit/ChangeLog
+++ b/x11-apps/xinit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xinit
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.47 2006/04/21 22:28:16 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.48 2006/04/21 23:40:14 spyderous Exp $
+
+ 21 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>; files/xdm.start:
+ (#130764) Fix bad grammar in comments (Erik Musick).
21 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>; files/xdm.confd,
files/xdm.start:
diff --git a/x11-apps/xinit/files/xdm.start b/x11-apps/xinit/files/xdm.start
index 3d83ee540f18..3e98513fbb7c 100755
--- a/x11-apps/xinit/files/xdm.start
+++ b/x11-apps/xinit/files/xdm.start
@@ -1,11 +1,11 @@
#!/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/xinit/files/xdm.start,v 1.3 2006/04/21 22:28:16 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.start,v 1.4 2006/04/21 23:40:14 spyderous Exp $
# This is here to serve as a note to myself, and future developers.
#
-# Any Display manager (gdm,kdm,xdm) have the following problem: if
+# Any Display manager (gdm,kdm,xdm) has the following problem: if
# it is started before any getty, and no vt is specified, it will
# usually run on vt2. When the getty on vt2 then starts, and the
# DM is already started, the getty will take control of the keyboard,