Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pax-utils:master commit in: /
Date: Mon, 05 Oct 2020 17:46:16
Message-Id: 1601919937.502af75f9a367f5a7fb916055bb53caedd4f1267.slyfox@gentoo
1 commit: 502af75f9a367f5a7fb916055bb53caedd4f1267
2 Author: Georg Brandl <georg <AT> python <DOT> org>
3 AuthorDate: Mon Oct 5 16:36:37 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 5 17:45:37 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=502af75f
7
8 Fix typo in module docstring
9
10 Closes: https://github.com/gentoo/pax-utils/pull/4
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 lddtree.py | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/lddtree.py b/lddtree.py
17 index 6e57a99..141195b 100755
18 --- a/lddtree.py
19 +++ b/lddtree.py
20 @@ -9,7 +9,7 @@
21 """Read the ELF dependency tree and show it
22
23 This does not work like `ldd` in that we do not execute/load code (only read
24 -files on disk), and we should the ELFs as a tree rather than a flat list.
25 +files on disk), and we show the ELFs as a tree rather than a flat list.
26
27 Paths may be globs that lddtree will take care of expanding.
28 Useful when you want to glob a path under the ROOT path.