diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-01-15 21:50:22 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-01-15 21:50:22 +0000 |
commit | 9883e3d3b54d19e3431d60cb07348537eec08efa (patch) | |
tree | 58c488d3d20c97a99cf8f77f161a14f232fd7659 /dev-python/sphinx/sphinx-1.1.3-r5.ebuild | |
parent | Drop to maintainer-needed. (diff) | |
download | gentoo-2-9883e3d3b54d19e3431d60cb07348537eec08efa.tar.gz gentoo-2-9883e3d3b54d19e3431d60cb07348537eec08efa.tar.bz2 gentoo-2-9883e3d3b54d19e3431d60cb07348537eec08efa.zip |
Improve grammar. Thanks to radhermit.
(Portage version: 2.2.0_alpha152/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-python/sphinx/sphinx-1.1.3-r5.ebuild')
-rw-r--r-- | dev-python/sphinx/sphinx-1.1.3-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx/sphinx-1.1.3-r5.ebuild b/dev-python/sphinx/sphinx-1.1.3-r5.ebuild index 98c85d3e1e72..5475fd0921a8 100644 --- a/dev-python/sphinx/sphinx-1.1.3-r5.ebuild +++ b/dev-python/sphinx/sphinx-1.1.3-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v 1.1 2013/01/15 21:31:21 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v 1.2 2013/01/15 21:50:22 mgorny Exp $ EAPI=5 @@ -48,7 +48,7 @@ python_compile() { fi fi - # Generate the grammar. It will be catched by install somehow. + # Generate the grammar. It will be caught by install somehow. # Note that the tests usually do it for us. However, I don't want # to trust USE=test really running all the tests, especially # with FEATURES=test-fail-continue. |