From ef0f70889bab62f186e9037cc48c4407eaa706d8 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 20 Aug 2008 04:29:10 +0000 Subject: [PATCH] Fix spelling of overriding for bug #235250. svn path=/main/trunk/; revision=11443 --- pym/_emerge/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 026395c02..59f407ddf 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -13437,7 +13437,7 @@ def emerge_main(): (eclasses_overridden[eclass_name], eclass_name), noiselevel=-1) writemsg(prefix + "\n", noiselevel=-1) - msg = "It is best to avoid overridding eclasses from PORTDIR " + \ + msg = "It is best to avoid overriding eclasses from PORTDIR " + \ "because it will trigger invalidation of cached ebuild metadata " + \ "that is distributed with the portage tree. If you must " + \ "override eclasses from PORTDIR then you are advised to add " + \ -- 2.26.2