Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/crossdev:master commit in: /
Date: Sun, 06 Mar 2022 02:08:34
Message-Id: 1646532497.82b44f1d6efa18a9339e69a8f12ea1603ec8b48b.sam@gentoo
1 commit: 82b44f1d6efa18a9339e69a8f12ea1603ec8b48b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 02:08:17 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 02:08:17 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=82b44f1d
7
8 crossdev: fix typo in comment
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 crossdev | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/crossdev b/crossdev
16 index fcf6a65..4e88913 100755
17 --- a/crossdev
18 +++ b/crossdev
19 @@ -898,7 +898,7 @@ for with in HEADERS ; do
20 done
21
22 # ::gentoo has no stable 'mingw64-runtime' or 'newlib'.
23 -# Let's default to 'latest' unles suser specified something else.
24 +# Let's default to 'latest' unless user specified something else.
25 if [[ ${LPKG} == "mingw64-runtime" && ${LVER} == "[stable]" ]]; then
26 LVER="[latest]"
27 fi