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 | f845e25bd181bb83bf9ed0e03c0ffbddb2bfbd5e (patch) | |
tree | b29a1c9d279f5a6ba669253f2ec36161bcf62a1f /eclass/linux-info.eclass | |
parent | ia64/s390/sh/sparc stable wrt #348766 (diff) | |
download | gentoo-2-f845e25bd181bb83bf9ed0e03c0ffbddb2bfbd5e.tar.gz gentoo-2-f845e25bd181bb83bf9ed0e03c0ffbddb2bfbd5e.tar.bz2 gentoo-2-f845e25bd181bb83bf9ed0e03c0ffbddb2bfbd5e.zip |
Fix a spelling typo.
Diffstat (limited to 'eclass/linux-info.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 } |