Fix spelling of depclean test methods.
diff --git a/pym/portage/tests/resolver/test_depclean.py b/pym/portage/tests/resolver/test_depclean.py
index 4ea24e7..f3ff62f 100644
--- a/pym/portage/tests/resolver/test_depclean.py
+++ b/pym/portage/tests/resolver/test_depclean.py
@@ -120,7 +120,7 @@
 
 class DepcleanWithExcludeTestCase(TestCase):
 
-	def testepcleanWithExclude(self):
+	def testDepcleanWithExclude(self):
 
 		installed = {
 			"dev-libs/A-1": {},
@@ -168,7 +168,7 @@
 
 class DepcleanWithExcludeAndSlotsTestCase(TestCase):
 
-	def testepcleanWithExcludeAndSlots(self):
+	def testDepcleanWithExcludeAndSlots(self):
 
 		installed = {
 			"dev-libs/Z-1": { "SLOT": 1},