From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-891752-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id DF54B138306
	for <garchives@archives.gentoo.org>; Wed, 13 Jul 2016 03:18:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A26DBE0BBD;
	Wed, 13 Jul 2016 03:18:31 +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 E29F3E0BBD
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Jul 2016 03:18:30 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 7FE4C340E39
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Jul 2016 03:18:29 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9940A2436
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Jul 2016 03:18:26 +0000 (UTC)
From: "Göktürk Yüksek" <gokturk@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, "Göktürk Yüksek" <gokturk@gentoo.org>
Message-ID: <1468379817.4150a2e7bb74bac2ca3d34c2b6dc741c70d9c6f0.gokturk@gentoo>
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/
X-VCS-Repository: proj/devmanual
X-VCS-Files: ebuild-writing/variables/text.xml
X-VCS-Directories: ebuild-writing/variables/
X-VCS-Committer: gokturk
X-VCS-Committer-Name: Göktürk Yüksek
X-VCS-Revision: 4150a2e7bb74bac2ca3d34c2b6dc741c70d9c6f0
X-VCS-Branch: master
Date: Wed, 13 Jul 2016 03:18:26 +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: f8d5e263-c62f-4a8e-b4cf-2f4039f6739c
X-Archives-Hash: f7c466d5956c2e022df2ef672caf7cf6

commit:     4150a2e7bb74bac2ca3d34c2b6dc741c70d9c6f0
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 03:16:57 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 03:16:57 2016 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=4150a2e7

ebuild-writing/variables: s/prefix/suffix/ in the ROOT section

Reported-By: Mike Gilbert <floppym <AT> gentoo.org>

 ebuild-writing/variables/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml
index 7368525..a82220e 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -441,7 +441,7 @@ pkg_postinst() {
 </codesample>
 
 The <c>ROOT</c> variable always ends in a trailing slash. Therefore,
-there is no need to prefix it with <c>/</c> when joining paths.
+there is no need to suffix it with <c>/</c> when joining paths.
 </p>
 
 <note>