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