summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-03-30 19:24:11 +0000
committerZac Medico <zmedico@gentoo.org>2008-03-30 19:24:11 +0000
commita74ff46a80552d9d2646f5ee9bd09b949b79d707 (patch)
tree0be8609fd89018e98e9129b124a458d3b1810a7e /pym
parent007d3c6b2e04fa35e05539b9d809f5a0b2d91af4 (diff)
downloadportage-a74ff46a80552d9d2646f5ee9bd09b949b79d707.tar.gz
portage-a74ff46a80552d9d2646f5ee9bd09b949b79d707.tar.bz2
portage-a74ff46a80552d9d2646f5ee9bd09b949b79d707.zip
Fix typos. Thanks to Arfrever Frehtes Taifersar Arahesis
<Arfrever.FTA@GMail.Com>. (trunk r9632) svn path=/main/branches/2.1.2/; revision=9633
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 789f95ed0..84189e1a5 100644
--- a/pym/portage_manifest.py
+++ b/pym/portage_manifest.py
@@ -425,7 +425,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):