diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2011-01-04 17:53:13 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2011-01-04 17:53:13 +0000 |
commit | e4771049cb524c2dfa050353c35e15d27a5a22e6 (patch) | |
tree | b56b2587b4174015753e4fdaec7d18c0001c87ea /eclass | |
parent | ia64/s390/sh/sparc stable wrt #348766 (diff) | |
download | historical-e4771049cb524c2dfa050353c35e15d27a5a22e6.tar.gz historical-e4771049cb524c2dfa050353c35e15d27a5a22e6.tar.bz2 historical-e4771049cb524c2dfa050353c35e15d27a5a22e6.zip |
Fix a spelling typo.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/linux-info.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 1636d13f424a..e9aca249f1cd 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.eclass @@ -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/eclass/linux-info.eclass,v 1.86 2010/08/05 21:57:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.87 2011/01/04 17:53:13 cardoe Exp $ # # Original author: John Mylchreest <johnm@gentoo.org> # Maintainer: kernel-misc@gentoo.org @@ -229,7 +229,7 @@ linux_config_qa_check() { local f="$1" if [ -z "${_LINUX_CONFIG_EXISTS_DONE}" ]; then ewarn "QA: You called $f before any linux_config_exists!" - ewarn "QA: The return value of $f will NOT gaurenteed later!" + ewarn "QA: The return value of $f will NOT guaranteed later!" fi } |