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 | 20abadb3b7a3c54ecc1fd9fcda1aa6953a265c10 (patch) | |
tree | 413e545d383c17b7c1bcdf3beade8fbab993a31f /app-emulation/cedega/cedega-4.4.2.ebuild | |
parent | Version bump #141901 by David Watzke. (diff) | |
download | historical-20abadb3b7a3c54ecc1fd9fcda1aa6953a265c10.tar.gz historical-20abadb3b7a3c54ecc1fd9fcda1aa6953a265c10.tar.bz2 historical-20abadb3b7a3c54ecc1fd9fcda1aa6953a265c10.zip |
fix spelling errors #142145 by Ginta Suou
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'app-emulation/cedega/cedega-4.4.2.ebuild')
-rw-r--r-- | app-emulation/cedega/cedega-4.4.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/cedega/cedega-4.4.2.ebuild b/app-emulation/cedega/cedega-4.4.2.ebuild index e97f0082520f..821827207c64 100644 --- a/app-emulation/cedega/cedega-4.4.2.ebuild +++ b/app-emulation/cedega/cedega-4.4.2.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.4.2.ebuild,v 1.2 2006/02/11 05:41:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.4.2.ebuild,v 1.3 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" @@ -39,7 +39,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 "" @@ -49,7 +49,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>" |