summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-03-30 19:20:46 +0000
committerZac Medico <zmedico@gentoo.org>2008-03-30 19:20:46 +0000
commit6f0731d86c375d481c4214ff5ba7f00af29a8947 (patch)
treefc8858ed026555d6acadb603ef2a4364e28cfcf0 /pym
parentcc27750260a450d1f8866fbe376247f5d9435466 (diff)
downloadportage-6f0731d86c375d481c4214ff5ba7f00af29a8947.tar.gz
portage-6f0731d86c375d481c4214ff5ba7f00af29a8947.tar.bz2
portage-6f0731d86c375d481c4214ff5ba7f00af29a8947.zip
Fix typos. Thanks to Arfrever Frehtes Taifersar Arahesis
<Arfrever.FTA@GMail.Com>. svn path=/main/trunk/; revision=9632
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/manifest.py b/pym/portage/manifest.py
index 359eb9565..910c03d18 100644
--- a/pym/portage/manifest.py
+++ b/pym/portage/manifest.py
@@ -262,7 +262,7 @@ class Manifest(object):
del self.fhashdict[ftype][fname]
def hasFile(self, ftype, fname):
- """ Return wether the Manifest contains an entry for the given type,filename pair """
+ """ Return whether the Manifest contains an entry for the given type,filename pair """
return (fname in self.fhashdict[ftype])
def findFile(self, fname):