commit:     59e7144ba2384d0f8a3988bdab1a8eaba9564b1e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 11 05:52:03 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 07:24:02 2023 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=59e7144b

doc: fix typos

Thanks to codespell.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 doc/config/sets.docbook           | 6 +++---
 doc/package/ebuild/eapi/4.docbook | 2 +-
 doc/qa.docbook                    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/config/sets.docbook b/doc/config/sets.docbook
index eba98f468f..ef00e7cde9 100644
--- a/doc/config/sets.docbook
+++ b/doc/config/sets.docbook
@@ -256,7 +256,7 @@
                </para>
                
                        <sect3>
-                       <title>Single Set Configuraton</title>
+                       <title>Single Set Configuration</title>
                        <para>
                        This class doesn't support any extra options.
                        </para>
@@ -272,7 +272,7 @@
                </para>
                
                        <sect3>
-                       <title>Single Set Configuraton</title>
+                       <title>Single Set Configuration</title>
                        <para>
                        This class doesn't support any extra options.
                        </para>
@@ -303,7 +303,7 @@
                This class implements the <parameter>profile</parameter> set, 
based on the
                <filename>packages</filename> files in the profile.
                There is no reason to use this in a user configuration as it is 
already
-               confgured by default and doesn't support any options.
+               configured by default and doesn't support any options.
                </para>
                        <sect3>
                        <title>Single Set Configuration</title>

diff --git a/doc/package/ebuild/eapi/4.docbook 
b/doc/package/ebuild/eapi/4.docbook
index 9120c0ff0d..6fec3023e1 100644
--- a/doc/package/ebuild/eapi/4.docbook
+++ b/doc/package/ebuild/eapi/4.docbook
@@ -206,7 +206,7 @@ Note that the mysql/sqlite relationship is that of an 
Exclusive OR (XOR). While
 REQUIRED_USE="^^ ( mysql sqlite )"
 </para>
 <para>
-Like any block operator, this can be combined with other constraints. For 
example if the user has flipped on the client flag, one gui must be choosen:
+Like any block operator, this can be combined with other constraints. For 
example if the user has flipped on the client flag, one gui must be chosen:
 </para>
 <para>
 REQUIRED_USE="client? ( ^^ ( gtk qt motif ) )"

diff --git a/doc/qa.docbook b/doc/qa.docbook
index fd5279b419..54480e7cf1 100644
--- a/doc/qa.docbook
+++ b/doc/qa.docbook
@@ -163,8 +163,8 @@
    or more other packages that are known to provide the needed sonames.
    </para>
   </sect2>
-  <sect2 
id='qa-unresolved-soname-dependencies-resolved-by-removal-of-unecessary-files'>
-   <title>Removal of unecessary files</title>
+  <sect2 
id='qa-unresolved-soname-dependencies-resolved-by-removal-of-unnecessary-files'>
+   <title>Removal of unnecessary files</title>
    <para>
    For packages that install pre-built binaries, it may be possible to
    resolve soname dependencies simply by removing unnecessary files

Reply via email to