summaryrefslogtreecommitdiffstats
path: root/pym/portage/eclass_cache.py
diff options
context:
space:
mode:
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():