diff options
author | 2016-06-06 22:31:07 -0400 | |
---|---|---|
committer | 2016-06-06 22:31:07 -0400 | |
commit | 6daa4551a572c5b1ed4dae31eaf35d30dfc28970 (patch) | |
tree | 1c18aff315720d66cb5807951cd8d8e71d1fa79c | |
parent | ebuild/repository: merge master categories for slaved repos (diff) | |
download | pkgcore-6daa4551a572c5b1ed4dae31eaf35d30dfc28970.tar.gz pkgcore-6daa4551a572c5b1ed4dae31eaf35d30dfc28970.tar.bz2 pkgcore-6daa4551a572c5b1ed4dae31eaf35d30dfc28970.zip |
ebuild/repository: minor spelling fix
-rw-r--r-- | pkgcore/ebuild/repository.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgcore/ebuild/repository.py b/pkgcore/ebuild/repository.py index a77854778..a6b98854f 100644 --- a/pkgcore/ebuild/repository.py +++ b/pkgcore/ebuild/repository.py @@ -266,7 +266,7 @@ class _UnconfiguredTree(prototype.tree): if None, generates the eclass_cache itself :param default_mirrors: Either None, or sequence of mirrors to try fetching from first, then falling back to other uri - :param ignore_paludis_versioning: If False, fail when -scm is encountred. if True, + :param ignore_paludis_versioning: If False, fail when -scm is encountered. if True, silently ignore -scm ebuilds. """ |