summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-05-15 23:24:31 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-05-15 23:24:31 +0200
commit7ba599709990b35cddcd0d0163e172d6ad9bcc0f (patch)
tree6e076c6c2e9aa45d95773ccf8eaae1dbc69bd53a /doc
parent5eef84cb4b72695548937445019eac24f53d252b (diff)
downloadportage-7ba599709990b35cddcd0d0163e172d6ad9bcc0f.tar.gz
portage-7ba599709990b35cddcd0d0163e172d6ad9bcc0f.tar.bz2
portage-7ba599709990b35cddcd0d0163e172d6ad9bcc0f.zip
Fix some typos.
Diffstat (limited to 'doc')
-rw-r--r--doc/package/ebuild/eapi/4.docbook4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/package/ebuild/eapi/4.docbook b/doc/package/ebuild/eapi/4.docbook
index 83ba0dda5..8dd0f1487 100644
--- a/doc/package/ebuild/eapi/4.docbook
+++ b/doc/package/ebuild/eapi/4.docbook
@@ -150,7 +150,7 @@ This new REQUIRED_USE metadata key is used to specify what USE flag combinations
<section id='package-ebuild-eapi-4-metadata-required-use-motivation'>
<title>Motivation</title>
<para>
-It's a semi common occurence that an ebuild may need to state that they disallow USE flags in specific combinations- either mysql or sqlite for example, but not both.
+It's a semi common occurrence that an ebuild may need to state that they disallow USE flags in specific combinations- either mysql or sqlite for example, but not both.
</para>
<para>
Existing solutions rely on checking the the USE configuration in pkg_setup which is non-optimal due to pkg_setup being ran potentially hours after the initial emerge -p invocation.
@@ -166,7 +166,7 @@ The only way to find out if the USE state is disallowed is to run the code
</listitem>
<listitem>
<para>
-The common implementation of this can result in an iterative process where the user hits a USE constraint, fixs it, reruns the emerge invocation only to find that there is another constraint still violated for the ebuild, thus requiring them to fix it, rerun emerge, etc.
+The common implementation of this can result in an iterative process where the user hits a USE constraint, fixes it, reruns the emerge invocation only to find that there is another constraint still violated for the ebuild, thus requiring them to fix it, rerun emerge, etc.
</para>
</listitem>
<listitem>