From a74ff46a80552d9d2646f5ee9bd09b949b79d707 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 30 Mar 2008 19:24:11 +0000 Subject: Fix typos. Thanks to Arfrever Frehtes Taifersar Arahesis . (trunk r9632) svn path=/main/branches/2.1.2/; revision=9633 --- pym/portage_manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage_manifest.py') 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): -- cgit v1.2.3-1-g7c22