diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2013-04-13 19:07:31 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2013-04-13 19:07:31 +0000 |
commit | 80826e63c2e047411a2f2c6a70b3e215cc4029f1 (patch) | |
tree | 2baa2f832ff305f9ac5758e03e36d93abd289000 /eclass/vdr-plugin-2.eclass | |
parent | Linux patches 3.0.73 and 3.4.40. (diff) | |
download | gentoo-2-80826e63c2e047411a2f2c6a70b3e215cc4029f1.tar.gz gentoo-2-80826e63c2e047411a2f2c6a70b3e215cc4029f1.tar.bz2 gentoo-2-80826e63c2e047411a2f2c6a70b3e215cc4029f1.zip |
spell fixing
Diffstat (limited to 'eclass/vdr-plugin-2.eclass')
-rw-r--r-- | eclass/vdr-plugin-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass index 653853f922ae..decbd9896218 100644 --- a/eclass/vdr-plugin-2.eclass +++ b/eclass/vdr-plugin-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.23 2013/03/30 20:14:41 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.24 2013/04/13 19:07:31 hd_brummy Exp $ # @ECLASS: vdr-plugin-2.eclass # @MAINTAINER: @@ -300,7 +300,7 @@ remove_i18n_include() { -e "s:^#include[[:space:]]*\"i18n.h\"://:" done - dev_check "removed i18n.h for ${@}" + dev_check "removed i18n.h include in ${@}" } # end new vdr-plugin-2.eclass content |