summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-05-15 23:24:31 +0200
committerZac Medico <zmedico@gentoo.org>2011-05-25 20:01:38 -0700
commit6ca6af3ac6b5b97f896364b6f7b8191ec85ef54a (patch)
treefe05599abdefc3acb256376620675ffe00a48950 /doc
parenta891dbf9456a5ab93db28fafc45cfded2beaf8d0 (diff)
downloadportage-6ca6af3ac6b5b97f896364b6f7b8191ec85ef54a.tar.gz
portage-6ca6af3ac6b5b97f896364b6f7b8191ec85ef54a.tar.bz2
portage-6ca6af3ac6b5b97f896364b6f7b8191ec85ef54a.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>