diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2006-04-11 13:07:24 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2006-04-11 13:07:24 +0000 |
commit | c75c0470a7cf30a1dda20e70f012eb9cf07a2c2b (patch) | |
tree | 0ca4ffe717035e10c1d73293928218a03ee51196 /eclass/virtualx.eclass | |
parent | Update to 1.4-beta3c and re-enable helix. (diff) | |
download | historical-c75c0470a7cf30a1dda20e70f012eb9cf07a2c2b.tar.gz historical-c75c0470a7cf30a1dda20e70f012eb9cf07a2c2b.tar.bz2 historical-c75c0470a7cf30a1dda20e70f012eb9cf07a2c2b.zip |
grammar fix
Diffstat (limited to 'eclass/virtualx.eclass')
-rw-r--r-- | eclass/virtualx.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index 4e2b86bee842..418ebaddefa2 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.24 2005/09/23 20:14:32 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.25 2006/04/11 13:07:24 seemant Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -34,7 +34,7 @@ virtualmake() { # The following is derived from Mandrake's hack to allow # compiling without the X display - einfo "Scanning for a open DISPLAY to start Xvfb ..." + einfo "Scanning for an open DISPLAY to start Xvfb ..." # We really do not want SANDBOX enabled here export SANDBOX_DISABLED="1" |