summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2005-01-26 01:36:12 +0000
committerGustavo Felisberto <humpback@gentoo.org>2005-01-26 01:36:12 +0000
commit5bd0bdb697c9dc86ab0866518b2ceaab1326edab (patch)
treee606c1f4c4b46978d8131ff0a3c549bd7f8950eb /net-im
parentdev-python/pyopengl fixed opengl-update call. Fixes #76928 (diff)
downloadgentoo-2-5bd0bdb697c9dc86ab0866518b2ceaab1326edab.tar.gz
gentoo-2-5bd0bdb697c9dc86ab0866518b2ceaab1326edab.tar.bz2
gentoo-2-5bd0bdb697c9dc86ab0866518b2ceaab1326edab.zip
small typo in comment
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/psi/psi-0.9.3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/psi/psi-0.9.3-r1.ebuild b/net-im/psi/psi-0.9.3-r1.ebuild
index a5bdcc1f9295..37866a33f3f4 100644
--- a/net-im/psi/psi-0.9.3-r1.ebuild
+++ b/net-im/psi/psi-0.9.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3-r1.ebuild,v 1.1 2005/01/24 18:39:42 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3-r1.ebuild,v 1.2 2005/01/26 01:36:12 humpback Exp $
inherit eutils
@@ -207,7 +207,7 @@ src_compile() {
src_install() {
dodoc README TODO
make INSTALL_ROOT="${D}" install
- #this away the docs will also be installed in the standard gentoo dir
+ #this way the docs will also be installed in the standard gentoo dir
for i in roster system emoticons; do
newdoc ${S}/iconsets/${i}/README README.${i}
done;