Fix a typo.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Sun, 30 Jan 2011 13:45:26 +0000 (14:45 +0100)
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Sun, 30 Jan 2011 13:45:26 +0000 (14:45 +0100)
pym/_emerge/Package.py

index c501b1ac86aa1f9dac7f8871d0047032144e8651..bf021926170f1d3c9bb744ecb50616220a93860e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 import sys
@@ -254,7 +254,7 @@ class Package(Task):
 
        def isHardMasked(self):
                """returns a bool if the cpv is in the list of
-               expanded pmaskdict[cp] availble ebuilds"""
+               expanded pmaskdict[cp] available ebuilds"""
                pmask = self.root_config.settings._getRawMaskAtom(
                        self.cpv, self.metadata)
                return pmask is not None