Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: linux-info.eclass
Date: Tue, 04 Jan 2011 17:54:17
Message-Id: 20110104175313.9B8DF2005C@flycatcher.gentoo.org
1 cardoe 11/01/04 17:53:13
2
3 Modified: linux-info.eclass
4 Log:
5 Fix a spelling typo.
6
7 Revision Changes Path
8 1.87 eclass/linux-info.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/linux-info.eclass?rev=1.87&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/linux-info.eclass?rev=1.87&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/linux-info.eclass?r1=1.86&r2=1.87
13
14 Index: linux-info.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v
17 retrieving revision 1.86
18 retrieving revision 1.87
19 diff -u -r1.86 -r1.87
20 --- linux-info.eclass 5 Aug 2010 21:57:53 -0000 1.86
21 +++ linux-info.eclass 4 Jan 2011 17:53:13 -0000 1.87
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2006 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.86 2010/08/05 21:57:53 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.87 2011/01/04 17:53:13 cardoe Exp $
27 #
28 # Original author: John Mylchreest <johnm@g.o>
29 # Maintainer: kernel-misc@g.o
30 @@ -229,7 +229,7 @@
31 local f="$1"
32 if [ -z "${_LINUX_CONFIG_EXISTS_DONE}" ]; then
33 ewarn "QA: You called $f before any linux_config_exists!"
34 - ewarn "QA: The return value of $f will NOT gaurenteed later!"
35 + ewarn "QA: The return value of $f will NOT guaranteed later!"
36 fi
37 }