From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 16 Oct 2011 12:49:58 +0000 (+0200) Subject: Fix a typo in a comment. X-Git-Tag: v2.2.0_alpha68~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c9e22480dbb1767cc0e59eee5c1c3b358da7a078;p=portage.git Fix a typo in a comment. --- 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():