Fix a typo in a comment.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Sun, 16 Oct 2011 12:49:58 +0000 (14:49 +0200)
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Sun, 16 Oct 2011 12:49:58 +0000 (14:49 +0200)
pym/portage/eclass_cache.py

index 808662bd518eaab2385c183fa3b46f145c94b051..adfe69ae9add5f0ca098c8c0fbd77031ce90c495 100644 (file)
@@ -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():