From 4841c50ec9913c9ea300649e227961c2f12e0708 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 30 Oct 2011 07:40:52 +0100 Subject: Fix typos in comments. --- bin/egencache | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/egencache b/bin/egencache index 02ef4bdf8..3329a07ca 100755 --- a/bin/egencache +++ b/bin/egencache @@ -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 -- cgit v1.2.3-1-g7c22