Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/util/_dyn_libs/
Date: Thu, 30 Jun 2011 10:18:08
Message-Id: a3f0c99340a2784707d4613052074f9a73edcb49.zmedico@gentoo
1 commit: a3f0c99340a2784707d4613052074f9a73edcb49
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 10:17:31 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 10:17:31 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=a3f0c993
7
8 Fix a typo in a docstring.
9
10 ---
11 pym/portage/util/_dyn_libs/LinkageMapELF.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/pym/portage/util/_dyn_libs/LinkageMapELF.py b/pym/portage/util/_dyn_libs/LinkageMapELF.py
15 index d4c490c..4b9817e 100644
16 --- a/pym/portage/util/_dyn_libs/LinkageMapELF.py
17 +++ b/pym/portage/util/_dyn_libs/LinkageMapELF.py
18 @@ -482,7 +482,7 @@ class LinkageMapELF(object):
19 def isMasterLink(self, obj):
20 """
21 Determine whether an object is a "master" symlink, which means
22 - that its basename is that same as the beginning part of the
23 + that its basename is the same as the beginning part of the
24 soname and it lacks the soname's version component.
25
26 @param obj: absolute path to an object