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
commit104ba3563c31201d9e76790199a3cd1f7a41e67b (patch)
tree01712f5646399d6361c5307fe77d2fff5f7fc07b
parentRemove libxml2-2.6.32-r1 mask - removed from tree (diff)
downloadgentoo-2-104ba3563c31201d9e76790199a3cd1f7a41e67b.tar.gz
gentoo-2-104ba3563c31201d9e76790199a3cd1f7a41e67b.tar.bz2
gentoo-2-104ba3563c31201d9e76790199a3cd1f7a41e67b.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.