summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-09-28 04:37:29 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-09-28 04:37:29 +0000
commitae371a7bf6d8a8b1a4417848ec9a8ea3c20d2b07 (patch)
treead7649f963107c489cca01fc28764c784a169cbd
parentRemove libxml2-2.6.32-r1 mask - removed from tree (diff)
downloadhistorical-ae371a7bf6d8a8b1a4417848ec9a8ea3c20d2b07.tar.gz
historical-ae371a7bf6d8a8b1a4417848ec9a8ea3c20d2b07.tar.bz2
historical-ae371a7bf6d8a8b1a4417848ec9a8ea3c20d2b07.zip
typo: Not -> Note (bug #238889)
-rw-r--r--eclass/eutils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 17c8880752f9..74c11f605bdc 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.307 2008/09/20 19:03:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.308 2008/09/28 04:37:29 mr_bones_ Exp $
# @ECLASS: eutils.eclass
# @MAINTAINER:
@@ -79,7 +79,7 @@ EPATCH_SUFFIX="patch.bz2"
# Set --no-backup-if-mismatch so we don't leave '.orig' files behind.
# Set -E to automatically remove empty files.
EPATCH_OPTS="-g0 -E --no-backup-if-mismatch"
-# List of patches not to apply. Not this is only file names,
+# List of patches not to apply. Note this is only file names,
# and not the full path ..
EPATCH_EXCLUDE=""
# Change the printed message for a single patch.