From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RKP6V-0002Gh-T4 for garchives@archives.gentoo.org; Sun, 30 Oct 2011 06:42:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9080D21C022; Sun, 30 Oct 2011 06:42:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5C54D21C022 for ; Sun, 30 Oct 2011 06:42:39 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA2B21B4007 for ; Sun, 30 Oct 2011 06:42:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D60F080042 for ; Sun, 30 Oct 2011 06:42:37 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arfrever Frehtes Taifersar Arahesis" Message-ID: <4841c50ec9913c9ea300649e227961c2f12e0708.arfrever@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/egencache X-VCS-Directories: bin/ X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis X-VCS-Revision: 4841c50ec9913c9ea300649e227961c2f12e0708 Date: Sun, 30 Oct 2011 06:42:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 56f31fbc5301a04948c9a7321ffcb48c commit: 4841c50ec9913c9ea300649e227961c2f12e0708 Author: Arfrever Frehtes Taifersar Arahesis Gentoo Org> AuthorDate: Sun Oct 30 06:40:52 2011 +0000 Commit: Arfrever Frehtes Taifersar Arahesis gentoo org> CommitDate: Sun Oct 30 06:40:52 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D4841c50e Fix typos in comments. --- bin/egencache | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/egencache b/bin/egencache index 02ef4bd..3329a07 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 =3D 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