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 | 629bace1e95f9a09fbaebc5e765470b67463e203 (patch) | |
tree | 1892736da58a9af0a59a7946a4e6108ad0c5936e | |
parent | Update to 1.4-beta3c and re-enable helix. (diff) | |
download | gentoo-2-629bace1e95f9a09fbaebc5e765470b67463e203.tar.gz gentoo-2-629bace1e95f9a09fbaebc5e765470b67463e203.tar.bz2 gentoo-2-629bace1e95f9a09fbaebc5e765470b67463e203.zip |
grammar fix
-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" |