From: Arfrever Frehtes Taifersar Arahesis Date: Mon, 31 Jan 2011 21:48:11 +0000 (+0100) Subject: Fix a typo in a comment. X-Git-Tag: v2.1.9.36~45 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2be6632c1c7d4d30a9ea6ab15c246df3762eb8a2;p=portage.git Fix a typo in a comment. --- 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,