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-5.2.1.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-5.2.1.ebuild')
-rw-r--r-- | app-emulation/cedega/cedega-5.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/cedega/cedega-5.2.1.ebuild b/app-emulation/cedega/cedega-5.2.1.ebuild index d9128f0f07d6..ed00b1c97788 100644 --- a/app-emulation/cedega/cedega-5.2.1.ebuild +++ b/app-emulation/cedega/cedega-5.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-5.2.1.ebuild,v 1.1 2006/06/24 07:55:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-5.2.1.ebuild,v 1.2 2006/07/30 16:54:46 vapier Exp $ MY_P="cedega-small-${PV}" DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming" @@ -45,7 +45,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 "" @@ -55,7 +55,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>" |