From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-884265-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 61DD013829B
	for <garchives@archives.gentoo.org>; Sun, 29 May 2016 08:36:36 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A59F5142C7;
	Sun, 29 May 2016 08:36:34 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 48B0B142C7
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 May 2016 08:36:34 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C99D6340A9D
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 May 2016 08:36:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 373E6334
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 May 2016 08:36:27 +0000 (UTC)
From: "Amy Winston" <amynka@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, "Amy Winston" <amynka@gentoo.org>
Message-ID: <1464510906.3385b95b01906a8172986eee0e781713fa61bb6c.amynka@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/mangband/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-roguelike/mangband/mangband-1.1.3.ebuild
X-VCS-Directories: games-roguelike/mangband/
X-VCS-Committer: amynka
X-VCS-Committer-Name: Amy Winston
X-VCS-Revision: 3385b95b01906a8172986eee0e781713fa61bb6c
X-VCS-Branch: master
Date: Sun, 29 May 2016 08:36:27 +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: a5d6a652-c5ba-44fc-9f31-437d9809f6a9
X-Archives-Hash: 7399d69351176a1e0443d45bc24972b1

commit:     3385b95b01906a8172986eee0e781713fa61bb6c
Author:     Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 08:34:11 2016 +0000
Commit:     Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Sun May 29 08:35:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3385b95b

games-roguelike/mangband: fix typo

Package-Manager: portage-2.2.28

 games-roguelike/mangband/mangband-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-roguelike/mangband/mangband-1.1.3.ebuild b/games-roguelike/mangband/mangband-1.1.3.ebuild
index 1910e28..e8e1fd5 100644
--- a/games-roguelike/mangband/mangband-1.1.3.ebuild
+++ b/games-roguelike/mangband/mangband-1.1.3.ebuild
@@ -76,7 +76,7 @@ src_install() {
 
 pkg_postinst() {
 	echo
-	elog "Make sure LibDir is either unset in ~/.mangrc either points to"
+	elog "Make sure LibDir is either unset in ~/.mangrc or points to"
 	elog " ${MY_DATADIR} for 'mangclient' to pick it up."
 	elog "Server binary is called 'mangband', and must be run under user"
 	elog " mangband, i.e. 'sudo -u mangband mangband' "