aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory M. Tuner <gmt@be-evil.net>2014-06-05 03:01:33 -0700
committerGregory M. Tuner <gmt@be-evil.net>2014-06-05 03:01:57 -0700
commitf5c9444bf39f68be815d5e1b54856168016081aa (patch)
tree1ae410e2bb120240899ef094e8392741d65bdea2 /eclass/gnome2-multilib.eclass
parenteclass/distutils-r1: sync with upstream (diff)
downloadgmt-f5c9444bf39f68be815d5e1b54856168016081aa.tar.gz
gmt-f5c9444bf39f68be815d5e1b54856168016081aa.tar.bz2
gmt-f5c9444bf39f68be815d5e1b54856168016081aa.zip
eclass/gnome2-multilib: fix typo in comment
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
Diffstat (limited to 'eclass/gnome2-multilib.eclass')
-rw-r--r--eclass/gnome2-multilib.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnome2-multilib.eclass b/eclass/gnome2-multilib.eclass
index 45a80a4..f8dede5 100644
--- a/eclass/gnome2-multilib.eclass
+++ b/eclass/gnome2-multilib.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -24,7 +24,7 @@ EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_test src_i
# @DESCRIPTION:
# An array of arguments to provide to configure.
# In gnome2.eclass, this was a string; if a string
-# is used, it will be convert to an array automatically,
+# is used, it will be converted to an array automatically,
# but an ugly warning will issue forth unto the end-user
if declare -p G2CONF >/dev/null 2>&1 ; then
if [[ $(declare -p G2CONF) != declare\ -[Aa]* ]] ; then