Gentoo Archives: gentoo-commits

From: Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: bin/
Date: Sun, 30 Oct 2011 06:42:48
Message-Id: 4841c50ec9913c9ea300649e227961c2f12e0708.arfrever@gentoo
1 commit: 4841c50ec9913c9ea300649e227961c2f12e0708
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Gentoo <DOT> Org>
3 AuthorDate: Sun Oct 30 06:40:52 2011 +0000
4 Commit: Arfrever Frehtes Taifersar Arahesis <arfrever <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 06:40:52 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=4841c50e
7
8 Fix typos in comments.
9
10 ---
11 bin/egencache | 6 +++---
12 1 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/bin/egencache b/bin/egencache
15 index 02ef4bd..3329a07 100755
16 --- a/bin/egencache
17 +++ b/bin/egencache
18 @@ -253,8 +253,8 @@ class GenCache(object):
19 if not hasattr(trg_cache, 'raise_stat_collision'):
20 # This cache does not avoid redundant writes automatically,
21 # so check for an identical existing entry before writing.
22 - # This prevents unecessary disk writes and can also prevent
23 - # unecessary rsync transfers.
24 + # This prevents unnecessary disk writes and can also prevent
25 + # unnecessary rsync transfers.
26 try:
27 dest = trg_cache[cpv]
28 except (KeyError, CacheError):
29 @@ -283,7 +283,7 @@ class GenCache(object):
30 # collision. These exceptions are handled by bumping the
31 # mtime on the ebuild (and the corresponding cache entry).
32 # See bug #139134. It is convenient to include checks for
33 - # redundant writes along with the interal StatCollision
34 + # redundant writes along with the internal StatCollision
35 # detection code, so for caches with the
36 # raise_stat_collision attribute, we do not need to
37 # explicitly check for redundant writes like we do for the