Skip to content

Commit 1a687fd

Browse files
author
Sergei Trofimovich
committed
eclass/multilib.eclass: update copyright and fix typos
Reported-by: Mike Gilbert Signed-off-by: Sergei Trofimovich <[email protected]>
1 parent d807cb4 commit 1a687fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eclass/multilib.eclass

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2015 Gentoo Foundation
1+
# Copyright 1999-2020 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
# @ECLASS: multilib.eclass

eclass/tests/multilib.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 1999-2020 Gentoo Foundation
2+
# Copyright 2020 Gentoo Authors
33
# Distributed under the terms of the GNU General Public License v2
44

55
source tests-common.sh
@@ -46,7 +46,7 @@ test-multilib_env() {
4646
fi
4747
}
4848

49-
# Pick a few interesting gargets from:
49+
# Pick a few interesting targets from:
5050
# $ grep -h -o -R 'CHOST=.*' ../../profiles/ | sort -u
5151

5252
test-multilib_env \

0 commit comments

Comments
 (0)