diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-06-30 03:17:31 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-06-30 03:17:31 -0700 |
commit | a3f0c99340a2784707d4613052074f9a73edcb49 (patch) | |
tree | cfcdeab788db177ff52c6354a648700b5ef23df9 | |
parent | a472460f7d93b83bbc8b8c08d48f0a57ab7924d3 (diff) | |
download | portage-a3f0c99340a2784707d4613052074f9a73edcb49.tar.gz portage-a3f0c99340a2784707d4613052074f9a73edcb49.tar.bz2 portage-a3f0c99340a2784707d4613052074f9a73edcb49.zip |
Fix a typo in a docstring.
-rw-r--r-- | pym/portage/util/_dyn_libs/LinkageMapELF.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/util/_dyn_libs/LinkageMapELF.py b/pym/portage/util/_dyn_libs/LinkageMapELF.py index d4c490cdb..4b9817e56 100644 --- a/pym/portage/util/_dyn_libs/LinkageMapELF.py +++ b/pym/portage/util/_dyn_libs/LinkageMapELF.py @@ -482,7 +482,7 @@ class LinkageMapELF(object): def isMasterLink(self, obj): """ Determine whether an object is a "master" symlink, which means - that its basename is that same as the beginning part of the + that its basename is the same as the beginning part of the soname and it lacks the soname's version component. @param obj: absolute path to an object |