summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-31 03:51:35 +0100
committerSam James <sam@gentoo.org>2021-03-31 06:00:59 +0100
commit31c0c460d91d8deae28cc853481e078a72d38b63 (patch)
treefc11c26debd22ce3fb01c910b23a736ca76d5a9a
parentgkrellm-plugin.eclass: update @AUTHOR information (diff)
downloadgentoo-31c0c460d91d8deae28cc853481e078a72d38b63.tar.gz
gentoo-31c0c460d91d8deae28cc853481e078a72d38b63.tar.bz2
gentoo-31c0c460d91d8deae28cc853481e078a72d38b63.zip
netsurf.eclass: grammar fix
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--eclass/netsurf.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/netsurf.eclass b/eclass/netsurf.eclass
index 065ed1e568f3..07b5ab3b5284 100644
--- a/eclass/netsurf.eclass
+++ b/eclass/netsurf.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: netsurf.eclass
@@ -19,7 +19,7 @@ inherit toolchain-funcs
# @FUNCTION: netsurf_define_makeconf
# @USAGE:
# @DESCRIPTION:
-# This function sets NETSURF_MAKECONF as needed by netsurf build system
+# This function sets NETSURF_MAKECONF as needed by the netsurf build system
netsurf_define_makeconf() {
NETSURF_MAKECONF=(
PREFIX="${EPREFIX}/usr"