summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-01-31 22:48:11 +0100
committerZac Medico <zmedico@gentoo.org>2011-02-02 15:24:52 -0800
commit2be6632c1c7d4d30a9ea6ab15c246df3762eb8a2 (patch)
treebd318aa7e7ba7f654e35a2aa90ce8373458bf528 /pym
parentcd4a61f1b370e9385edfc9eabf36702d8e1e3ca8 (diff)
downloadportage-2be6632c1c7d4d30a9ea6ab15c246df3762eb8a2.tar.gz
portage-2be6632c1c7d4d30a9ea6ab15c246df3762eb8a2.tar.bz2
portage-2be6632c1c7d4d30a9ea6ab15c246df3762eb8a2.zip
Fix a typo in a comment.
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/tests/resolver/test_slot_collisions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/tests/resolver/test_slot_collisions.py b/pym/portage/tests/resolver/test_slot_collisions.py
index 4c6a272d2..1f428ef81 100644
--- a/pym/portage/tests/resolver/test_slot_collisions.py
+++ b/pym/portage/tests/resolver/test_slot_collisions.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Gentoo Foundation
+# Copyright 2010-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
from portage.tests import TestCase
@@ -94,7 +94,7 @@ class SlotCollisionTestCase(TestCase):
slot_collision_solutions = [{"sci-libs/K-1": {"foo": False}, "sci-libs/M-1": {"foo": False}}]
),
- #Avoid dupliacates.
+ #Avoid duplicates.
ResolverPlaygroundTestCase(
["sci-libs/P", "sci-libs/Q:2"],
success = False,