Fix typos in comments.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Sun, 30 Oct 2011 06:40:52 +0000 (07:40 +0100)
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Sun, 30 Oct 2011 06:40:52 +0000 (07:40 +0100)
bin/egencache

index 02ef4bdf858f1dd9a8f96458848f273a9b4ca04d..3329a07caa0518a8b19f0e75a66a2113604a73a6 100755 (executable)
@@ -253,8 +253,8 @@ class GenCache(object):
                        if not hasattr(trg_cache, 'raise_stat_collision'):
                                # This cache does not avoid redundant writes automatically,
                                # so check for an identical existing entry before writing.
-                               # This prevents unecessary disk writes and can also prevent
-                               # unecessary rsync transfers.
+                               # This prevents unnecessary disk writes and can also prevent
+                               # unnecessary rsync transfers.
                                try:
                                        dest = trg_cache[cpv]
                                except (KeyError, CacheError):
@@ -283,7 +283,7 @@ class GenCache(object):
                                        # collision. These exceptions are handled by bumping the
                                        # mtime on the ebuild (and the corresponding cache entry).
                                        # See bug #139134. It is convenient to include checks for
-                                       # redundant writes along with the interal StatCollision
+                                       # redundant writes along with the internal StatCollision
                                        # detection code, so for caches with the
                                        # raise_stat_collision attribute, we do not need to
                                        # explicitly check for redundant writes like we do for the