From 0858261330bf818ac0ab5179cbca1b70e96b6b6c Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 15 Oct 2010 22:21:24 +0200 Subject: Fix some typos. --- pym/portage/exception.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage/exception.py') diff --git a/pym/portage/exception.py b/pym/portage/exception.py index e9e61e2ac..64d0f7b0d 100644 --- a/pym/portage/exception.py +++ b/pym/portage/exception.py @@ -151,7 +151,7 @@ class UnsupportedAPIException(PortagePackageException): self.cpv, self.eapi = cpv, eapi def __str__(self): msg = _("Unable to do any operations on '%(cpv)s', since " - "it's EAPI is higher than this portage version's. Please upgrade" + "its EAPI is higher than this portage version's. Please upgrade" " to a portage version that supports EAPI '%(eapi)s'.") % \ {"cpv": self.cpv, "eapi": str(self.eapi).lstrip("-")} return msg -- cgit v1.2.3-1-g7c22