From: Zac Medico Date: Thu, 30 Jun 2011 10:17:31 +0000 (-0700) Subject: Fix a typo in a docstring. X-Git-Tag: v2.2.0_alpha42~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a3f0c99340a2784707d4613052074f9a73edcb49;p=portage.git Fix a typo in a docstring. --- 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