diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-30 16:54:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-30 16:54:46 +0000 |
commit | d56cc467c39b375e4a8da54c538a91e6301dd7d1 (patch) | |
tree | 899394eeadabfc9b8b7b49f506f0914a1b8de514 /app-emulation/cedega/cedega-4.2.1.ebuild | |
parent | Version bump #141901 by David Watzke. (diff) | |
download | gentoo-2-d56cc467c39b375e4a8da54c538a91e6301dd7d1.tar.gz gentoo-2-d56cc467c39b375e4a8da54c538a91e6301dd7d1.tar.bz2 gentoo-2-d56cc467c39b375e4a8da54c538a91e6301dd7d1.zip |
fix spelling errors #142145 by Ginta Suou
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'app-emulation/cedega/cedega-4.2.1.ebuild')
-rw-r--r-- | app-emulation/cedega/cedega-4.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/cedega/cedega-4.2.1.ebuild b/app-emulation/cedega/cedega-4.2.1.ebuild index 36e572bd4ffc..62ec8de2f519 100644 --- a/app-emulation/cedega/cedega-4.2.1.ebuild +++ b/app-emulation/cedega/cedega-4.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.2.1.ebuild,v 1.4 2006/02/11 05:41:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.2.1.ebuild,v 1.5 2006/07/30 16:54:46 vapier Exp $ MY_P="cedega_${PV}-1.i386" DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming" @@ -38,7 +38,7 @@ pkg_postinst() { einfo "" einfo "Optionally, if you have binfmt_misc compiled into your kernel," einfo "you can add the following to /etc/sysctl.conf to allow direct" - einfo "excecution of Windows binaries through the cedega wrapper:" + einfo "execution of Windows binaries through the cedega wrapper:" einfo "" einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:" einfo "" @@ -48,7 +48,7 @@ pkg_postinst() { einfo "" einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0" einfo "" - einfo "Note: Binaries will still need excecutable permissions to run." + einfo "Note: Binaries will still need executable permissions to run." einfo "Note: If binfmt_misc is compiled as a module, make sure you" einfo "have it loaded on startup by adding it to" einfo "/etc/modules.autoload.d/<your kernel version>" |