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 <gentoo-commits+bounces-469811-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1SZlTc-0005oz-HK
	for garchives@archives.gentoo.org; Wed, 30 May 2012 16:10:30 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7DBADE050E;
	Wed, 30 May 2012 16:09:57 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 4CD38E050E
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 May 2012 16:09:57 +0000 (UTC)
Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 9FE301B4025
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 May 2012 16:09:56 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 6944CE5428
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 May 2012 16:09:55 +0000 (UTC)
From: "André Erdmann" <dywi@mailerd.de>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" <dywi@mailerd.de>
Message-ID: <1338389633.aa515930aca5c5b231bd2b00471183fc3deabf76.dywi@gentoo>
Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/
X-VCS-Repository: proj/R_overlay
X-VCS-Files: roverlay/ebuild.py roverlay/ebuildcreator.py roverlay/fileio.py
X-VCS-Directories: roverlay/
X-VCS-Committer: dywi
X-VCS-Committer-Name: André Erdmann
X-VCS-Revision: aa515930aca5c5b231bd2b00471183fc3deabf76
X-VCS-Branch: master
Date: Wed, 30 May 2012 16:09:55 +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
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 9a65c390-4819-42bc-879a-ae403c807343
X-Archives-Hash: e1a7be14cd7cd5ce9fe454280200a99c

commit:     aa515930aca5c5b231bd2b00471183fc3deabf76
Author:     Andre Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Wed May 30 14:53:53 2012 +0000
Commit:     Andr=C3=A9 Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Wed May 30 14:53:53 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/R_overlay.git=
;a=3Dcommit;h=3Daa515930

"its" not "it's" :)
	modified:   ebuild.py
	modified:   ebuildcreator.py
	modified:   fileio.py

---
 roverlay/ebuild.py        |    2 +-
 roverlay/ebuildcreator.py |    2 +-
 roverlay/fileio.py        |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/roverlay/ebuild.py b/roverlay/ebuild.py
index 88dbde6..6316495 100644
--- a/roverlay/ebuild.py
+++ b/roverlay/ebuild.py
@@ -212,7 +212,7 @@ class Ebuild:
 			* varname -- name of the variable
 			* value -- value of the variable. This has to be either None (the def=
ault),
 			           str, or list of str.
-			* oneline_list -- if value is a list: controls whether it's component=
s should be
+			* oneline_list -- if value is a list: controls whether its components=
 should be
 			                  put into one line (True) or multiple (False). Defau=
lts to True.
 			* indent_list -- if value is a list and not oneline_list:
 			                 controls whether each value line should be indentend

diff --git a/roverlay/ebuildcreator.py b/roverlay/ebuildcreator.py
index f6935a8..54a1c6a 100644
--- a/roverlay/ebuildcreator.py
+++ b/roverlay/ebuildcreator.py
@@ -68,7 +68,7 @@ class EbuildCreator:
 	def get_ebuild_header ( self, ebuild_header_file=3DNone ):
 		"""Reads and returns the content of an ebuild header file.
 		This is a normal file that can be included in ebuilds.
-		Every header file will only be read on first access, it's content will
+		Every header file will only be read on first access, its content will
 		be stored in a dict that is shared among all EbuildCreator instances.
=20
 		arguments:

diff --git a/roverlay/fileio.py b/roverlay/fileio.py
index 41aad23..295d904 100644
--- a/roverlay/fileio.py
+++ b/roverlay/fileio.py
@@ -131,7 +131,7 @@ class DescriptionReader:
 		* field -- name of the field that should be checked
 		* flag_to_check -- name of the flag to check; optional, defaults to No=
ne
=20
-		This method acts as 'field has any flags?' if flag_to_check is None (i=
t's default value).
+		This method acts as 'field has any flags?' if flag_to_check is None (i=
ts default value).
 		"""
=20
 		if field in const.DESCRIPTION_FIELD_MAP: