From e4771049cb524c2dfa050353c35e15d27a5a22e6 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 4 Jan 2011 17:53:13 +0000 Subject: Fix a spelling typo. --- eclass/linux-info.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') 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 # 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 } -- cgit v1.2.3-65-gdbad