Fix a typo in a comment.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Mon, 31 Jan 2011 21:48:11 +0000 (22:48 +0100)
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Mon, 31 Jan 2011 21:48:11 +0000 (22:48 +0100)
pym/portage/tests/resolver/test_slot_collisions.py

index 4c6a272d259fdefab777f9b6a64c6cf12af44328..1f428ef81920ff84374f6fd725fef643baed19c4 100644 (file)
@@ -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,