diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-21 19:52:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-21 19:52:23 +0000 |
commit | c92de768350534cb5db7fbb1ff6f65d3605f22fd (patch) | |
tree | a430df1c1fa20505f868f3e11b51b390c7d1e269 /games-arcade | |
parent | added lm_sensor support (x86/amd64), closes #57450 (Manifest recommit) (diff) | |
download | gentoo-2-c92de768350534cb5db7fbb1ff6f65d3605f22fd.tar.gz gentoo-2-c92de768350534cb5db7fbb1ff6f65d3605f22fd.tar.bz2 gentoo-2-c92de768350534cb5db7fbb1ff6f65d3605f22fd.zip |
typo
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/spout/spout-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/spout/spout-1.2.ebuild b/games-arcade/spout/spout-1.2.ebuild index fe44933e3677..27991f246d4f 100644 --- a/games-arcade/spout/spout-1.2.ebuild +++ b/games-arcade/spout/spout-1.2.ebuild @@ -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/games-arcade/spout/spout-1.2.ebuild,v 1.2 2004/07/21 18:47:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.2.ebuild,v 1.3 2004/07/21 19:52:23 mr_bones_ Exp $ inherit eutils games @@ -35,7 +35,7 @@ pkg_postinst() { einfo "To play in a greater resolution, do 'spout x', where" einfo "x is an integer; the larger x is, the higher the resolution." echo - einto "To play:" + einfo "To play:" einfo "Accelerate - spacebar, enter, z, x" einfo "Pause - escape" einfo "Exit - shift+escape" |