From c9e22480dbb1767cc0e59eee5c1c3b358da7a078 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 16 Oct 2011 14:49:58 +0200 Subject: Fix a typo in a comment. --- pym/portage/eclass_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/eclass_cache.py b/pym/portage/eclass_cache.py index 808662bd5..adfe69ae9 100644 --- a/pym/portage/eclass_cache.py +++ b/pym/portage/eclass_cache.py @@ -29,7 +29,7 @@ class hashed_path(object): # some rounding issues that aren't present for people using # the straight c api. # thus use the defacto python compatibility work around; - # access via index, which gurantees you get the raw long. + # access via index, which guarantees you get the raw long. self.mtime = obj = os.stat(self.location)[stat.ST_MTIME] return obj if not attr.islower(): -- cgit v1.2.3-1-g7c22