Fix spelling of overriding for bug #235250.
authorZac Medico <zmedico@gentoo.org>
Wed, 20 Aug 2008 04:29:10 +0000 (04:29 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 20 Aug 2008 04:29:10 +0000 (04:29 -0000)
svn path=/main/trunk/; revision=11443

pym/_emerge/__init__.py

index 026395c02302cf4205923c7bb93eb553df40f07d..59f407ddf8ce7b5d21fac0c3615f00587658e34e 100644 (file)
@@ -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 " + \