Fix spelling of deprecation
authorfuzzyray <fuzzyray@gentoo.org>
Thu, 8 Apr 2010 21:41:55 +0000 (21:41 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Thu, 8 Apr 2010 21:41:55 +0000 (21:41 -0000)
svn path=/trunk/gentoolkit/; revision=771

pym/gentoolkit/eclean/exclude.py

index 62bfed1edcd8c058465ada91693ce53d66693e88..8ffbae5b3a45cf83aea0d22e172c795ef5c3a071 100644 (file)
@@ -156,7 +156,7 @@ def cp_all(categories, portdb=portage.portdb ):
                """
                try:
                        cps = portdb.cp_all(categories)
-                       message = "Deprication Warning: eclean.exclude.cp_all()\n" + \
+                       message = "Deprecation Warning: eclean.exclude.cp_all()\n" + \
                                "New portage functionality is available " +\
                                "Please migrate code permanently"
                        print( warn(message), file=sys.stderr)