From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-846460-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 6C9B51384B4
	for <garchives@archives.gentoo.org>; Sat, 14 Nov 2015 21:36:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3BCDDE087E;
	Sat, 14 Nov 2015 21:36:46 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D25EEE087E
	for <gentoo-commits@lists.gentoo.org>; Sat, 14 Nov 2015 21:36:45 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id ADAF534016B
	for <gentoo-commits@lists.gentoo.org>; Sat, 14 Nov 2015 21:36:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 244B21E4
	for <gentoo-commits@lists.gentoo.org>; Sat, 14 Nov 2015 21:36:42 +0000 (UTC)
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" <mattst88@gentoo.org>
Message-ID: <1447537048.fca8a93c3777d2143f8ffbfc30f4d95cdef9b557.mattst88@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-apps/portage/portage-2.2.20.1.ebuild
X-VCS-Directories: sys-apps/portage/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: fca8a93c3777d2143f8ffbfc30f4d95cdef9b557
X-VCS-Branch: master
Date: Sat, 14 Nov 2015 21:36:42 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: d3976f70-54d5-4ea5-b6ec-1b751775e818
X-Archives-Hash: fd60291d42706fc79877c6d1cf9293fe

commit:     fca8a93c3777d2143f8ffbfc30f4d95cdef9b557
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 14 21:34:24 2015 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 21:37:28 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca8a93c

sys-apps/portage: Correct spelling and grammar.

 sys-apps/portage/portage-2.2.20.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/portage/portage-2.2.20.1.ebuild b/sys-apps/portage/portage-2.2.20.1.ebuild
index 46fa1ea..9b1a310 100644
--- a/sys-apps/portage/portage-2.2.20.1.ebuild
+++ b/sys-apps/portage/portage-2.2.20.1.ebuild
@@ -359,7 +359,7 @@ pkg_postinst() {
 	einfo "This release of portage removed the new squashfs sync module "
 	einfo "introduced in portage-2.2.19."
 	einfo "Look for it to be released as an installable portage module soon."
-	einfo "This will allow it to develop at it's own pace partially independant"
-	einfo "of portage"
+	einfo "This will allow it to develop at its own pace partially independent"
+	einfo "of portage."
 	einfo ""
 }