Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/
Date: Thu, 29 Sep 2022 20:45:52
Message-Id: 1664484340.9ec692a666ff8ddd30cbf12dbe66867c5084ac10.sam@gentoo
1 commit: 9ec692a666ff8ddd30cbf12dbe66867c5084ac10
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 06:37:19 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 20:45:40 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=9ec692a6
7
8 lib: portage: gpkg: fix typo in comment
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 lib/portage/gpkg.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/lib/portage/gpkg.py b/lib/portage/gpkg.py
16 index ff2195854..7e1b98370 100644
17 --- a/lib/portage/gpkg.py
18 +++ b/lib/portage/gpkg.py
19 @@ -1778,7 +1778,7 @@ class gpkg:
20
21 def _get_binary_cmd(self, compression, mode):
22 """
23 - get command list form portage and try match compressor
24 + get command list from portage and try match compressor
25 """
26 if compression not in _compressors:
27 raise InvalidCompressionMethod(compression)