summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-10-30 07:40:52 +0100
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-10-30 07:40:52 +0100
commit4841c50ec9913c9ea300649e227961c2f12e0708 (patch)
tree6c9af388d5d5ab8cad57dc98d38f99110a5d52c5 /bin
parent102d958c4017854965229d186fbaaf6167c9d2f2 (diff)
downloadportage-4841c50ec9913c9ea300649e227961c2f12e0708.tar.gz
portage-4841c50ec9913c9ea300649e227961c2f12e0708.tar.bz2
portage-4841c50ec9913c9ea300649e227961c2f12e0708.zip
Fix typos in comments.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/egencache6
1 files changed, 3 insertions, 3 deletions
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