diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-02-01 10:43:53 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-02-01 10:43:53 +0000 |
commit | a1061760d26e38a5d96894c9c356092b9a30f246 (patch) | |
tree | ece1146c288648143eacbe78c07aec334c6b6e0b /sys-fs/devfsd | |
parent | Added kernel 2.4 backport patch for 1.0.3. (diff) | |
download | gentoo-2-a1061760d26e38a5d96894c9c356092b9a30f246.tar.gz gentoo-2-a1061760d26e38a5d96894c9c356092b9a30f246.tar.bz2 gentoo-2-a1061760d26e38a5d96894c9c356092b9a30f246.zip |
Fix typo.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-fs/devfsd')
-rw-r--r-- | sys-fs/devfsd/devfsd-1.3.25-r8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild b/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild index 7e061ebbb0ec..d87b8c66437a 100644 --- a/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild +++ b/sys-fs/devfsd/devfsd-1.3.25-r8.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/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild,v 1.15 2005/01/21 00:26:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild,v 1.16 2005/02/01 10:43:53 greg_g Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -50,7 +50,7 @@ src_install() { pkg_postinst() { echo - einfo "You may wish to read the Gentoo Linux Defice Filesystem Guide," + einfo "You may wish to read the Gentoo Linux Device Filesystem Guide," einfo "which can be found online at:" einfo " http://www.gentoo.org/doc/en/devfs-guide.xml" echo |