diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-03-25 02:37:04 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-03-25 02:37:04 +0000 |
commit | 9b984d4aada61946f105305c6289873927257933 (patch) | |
tree | 24ae5ac3727e75719448baa2b136861ea1a31eb3 /eclass | |
parent | Mark 3.4.3 stable on ia64 (diff) | |
download | gentoo-2-9b984d4aada61946f105305c6289873927257933.tar.gz gentoo-2-9b984d4aada61946f105305c6289873927257933.tar.bz2 gentoo-2-9b984d4aada61946f105305c6289873927257933.zip |
spelling typo
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/alternatives.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/alternatives.eclass b/eclass/alternatives.eclass index e5cbcffa2dfd..a5da97d05075 100644 --- a/eclass/alternatives.eclass +++ b/eclass/alternatives.eclass @@ -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/eclass/alternatives.eclass,v 1.12 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/alternatives.eclass,v 1.13 2006/03/25 02:37:04 agriffis Exp $ # Author : Alastair Tse <liquidx@gentoo.org> (03 Oct 2003) # Short Desc: Creates symlink to the latest version of multiple slotted @@ -14,7 +14,7 @@ # # This eclass provides a convenience function that needs to be given a # list of alternatives (descending order of recent-ness) and the symlink. -# It will choose the latest version if can find installed and create +# It will choose the latest version it can find installed and create # the desired symlink. # # There are two ways to use this eclass. First is by declaring two variables |