aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-10-16 14:49:58 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-10-16 14:49:58 +0200
commitc9e22480dbb1767cc0e59eee5c1c3b358da7a078 (patch)
treef9d8a97a791ecfddd23ffa5d4e74da563282169e /pym/portage/eclass_cache.py
parentRepoConfig: sort __slots__ (diff)
downloadportage-c9e22480dbb1767cc0e59eee5c1c3b358da7a078.tar.gz
portage-c9e22480dbb1767cc0e59eee5c1c3b358da7a078.tar.bz2
portage-c9e22480dbb1767cc0e59eee5c1c3b358da7a078.zip
Fix a typo in a comment.
Diffstat (limited to 'pym/portage/eclass_cache.py')
-rw-r--r--pym/portage/eclass_cache.py2
1 files changed, 1 insertions, 1 deletions
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():