summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2017-01-19 15:14:19 +0100
committerDavid Kalnischkies <david@kalnischkies.de>2017-01-19 15:59:38 +0100
commit93cff633a830e222693fc0f3d78e6e534d1126ee (patch)
tree2606a090e446e9b938e349b85aa62c3d8417c21c /doc
parent99b1cdd3a07576542c8bda40d93368f3f76db912 (diff)
fix various typos reported by spellintian
Most of them in (old) code comments. The two instances of user visible string changes the po files of the manpages are fixed up as well. Gbp-Dch: Ignore Reported-By: spellintian
Diffstat (limited to 'doc')
-rw-r--r--doc/acquire-additional-files.txt6
-rw-r--r--doc/apt-key.8.xml2
-rw-r--r--doc/apt-verbatim.ent2
-rw-r--r--doc/dpkg-tech.dbk2
-rw-r--r--doc/examples/apt-https-method-example.conf2
-rw-r--r--doc/examples/configure-index4
-rw-r--r--doc/external-dependency-solver-protocol.txt4
-rw-r--r--doc/guide.dbk2
-rw-r--r--doc/libapt-pkg2_to_3.txt9
-rw-r--r--doc/method.dbk2
-rw-r--r--doc/po/apt-doc.pot4
-rw-r--r--doc/po/de.po4
-rw-r--r--doc/po/es.po4
-rw-r--r--doc/po/fr.po4
-rw-r--r--doc/po/it.po6
-rw-r--r--doc/po/ja.po4
-rw-r--r--doc/po/nl.po4
-rw-r--r--doc/po/pl.po4
-rw-r--r--doc/po/pt.po4
-rw-r--r--doc/po/pt_BR.po4
-rw-r--r--doc/style.txt2
21 files changed, 40 insertions, 39 deletions
diff --git a/doc/acquire-additional-files.txt b/doc/acquire-additional-files.txt
index c9bea068f..c55d5fe19 100644
--- a/doc/acquire-additional-files.txt
+++ b/doc/acquire-additional-files.txt
@@ -217,9 +217,9 @@ To get all the filenames of all Translation-en files you can e.g. call:
apt-get indextargets --format '$(FILENAME)' "Identifier: Translations" "Language: en"
The line-based filtering and the formatting is rather crude and feature-
-less by design: The default format is Debians standard format deb822 (in
-particular: Field names are case-insensitive and the order of fields in
-the stanza is undefined), so instead of apt reimplementing powerful
+less by design: The default format is Debian's standard format deb822
+(in particular: Field names are case-insensitive and the order of fields
+in the stanza is undefined), so instead of apt reimplementing powerful
filters and formatting for this command, it is recommend to use piping
and dedicated tools like 'grep-dctrl' if you need more than the basics
provided.
diff --git a/doc/apt-key.8.xml b/doc/apt-key.8.xml
index eacd18d4d..279c417c7 100644
--- a/doc/apt-key.8.xml
+++ b/doc/apt-key.8.xml
@@ -133,7 +133,7 @@
<listitem>
<para>
Pass advanced options to gpg. With <command>adv --recv-key</command> you
- can e.g. download key from keyservers directly into the the trusted set of
+ can e.g. download key from keyservers directly into the trusted set of
keys. Note that there are <emphasis>no</emphasis> checks performed, so it is
easy to completely undermine the &apt-secure; infrastructure if used without
care.
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent
index 0f9275d2f..b14bce34a 100644
--- a/doc/apt-verbatim.ent
+++ b/doc/apt-verbatim.ent
@@ -250,7 +250,7 @@
<!-- good and bad just refers to matching and not matching a pattern…
It is not a remark about the specific perl version.
- There is no way perl could be clasified "good" (or "bad") in any version… -->
+ There is no way perl could be classified "good" (or "bad") in any version… -->
<!ENTITY good-perl "5.20">
<!ENTITY bad-perl "5.24">
diff --git a/doc/dpkg-tech.dbk b/doc/dpkg-tech.dbk
index f95716cf4..d2d5061ab 100644
--- a/doc/dpkg-tech.dbk
+++ b/doc/dpkg-tech.dbk
@@ -95,7 +95,7 @@ therefore not be configured while broken
</listitem>
</itemizedlist>
<para>
-Each of these dependencies can specify a version and a depedency on that
+Each of these dependencies can specify a version and a dependency on that
version, for example "&lt;= 0.5-1", "== 2.7.2-1", etc. The comparators
available are:-
</para>
diff --git a/doc/examples/apt-https-method-example.conf b/doc/examples/apt-https-method-example.conf
index a03766746..3152ef1e2 100644
--- a/doc/examples/apt-https-method-example.conf
+++ b/doc/examples/apt-https-method-example.conf
@@ -113,7 +113,7 @@ Acquire::https::secure.dom2.tld::SslKey "/etc/apt/certs/my-key.pem";
Acquire::https[::repo.domain.tld]::IssuerCert "/path/to/issuer/cert.pem";
- Allows to constrain the issuer of the server certificate (for all
+ Allows one to constrain the issuer of the server certificate (for all
https mirrors or a specific one) to a specific issuer. If the
server certificate has not been issued by this certificate,
connection fails.
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index 653bdec1e..eb0a242c5 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -239,7 +239,7 @@ Acquire
// HTTPS method configuration: uses the http
// - proxy config
// - cache-control values
- // - Dl-Limit, Timout, ... values
+ // - Dl-Limit, Timeout, ... values
// if not set explicit for https
//
// see /usr/share/doc/apt/examples/apt-https-method-example.conf.gz
@@ -464,7 +464,7 @@ Debug
pkgInitConfig "<BOOL>";
pkgProblemResolver "<BOOL>";
pkgProblemResolver::ShowScores "<BOOL>";
- pkgDepCache::AutoInstall "<BOOL>"; // what packages apt install to satify dependencies
+ pkgDepCache::AutoInstall "<BOOL>"; // what packages apt installs to satisfy dependencies
pkgDepCache::Marker "<BOOL>";
pkgCacheGen "<BOOL>";
pkgAcquire "<BOOL>";
diff --git a/doc/external-dependency-solver-protocol.txt b/doc/external-dependency-solver-protocol.txt
index 566890665..68902812c 100644
--- a/doc/external-dependency-solver-protocol.txt
+++ b/doc/external-dependency-solver-protocol.txt
@@ -229,8 +229,8 @@ field. The following fields are supported in package stanzas:
Note: the Status field present in the dpkg database must not be passed
to the external solver, as it's an internal dpkg field. Installed and
- other fields permit to encode the most relevant aspects of Status in
- communications with solvers.
+ other fields permit one to encode the most relevant aspects of Status
+ in communications with solvers.
- **Hold:** (optional, defaults to `no`). Allowed values: `yes`,
`no`. When set to `yes`, the corresponding package is marked as "on
diff --git a/doc/guide.dbk b/doc/guide.dbk
index e7ab5ad87..dbc4f5431 100644
--- a/doc/guide.dbk
+++ b/doc/guide.dbk
@@ -22,7 +22,7 @@
<abstract>
<para>
-This document provides an overview of how to use the the APT package manager.
+This document provides an overview of how to use the APT package manager.
</para>
</abstract>
diff --git a/doc/libapt-pkg2_to_3.txt b/doc/libapt-pkg2_to_3.txt
index 58e7b30cf..2806f4081 100644
--- a/doc/libapt-pkg2_to_3.txt
+++ b/doc/libapt-pkg2_to_3.txt
@@ -1,8 +1,9 @@
-libapt-pkg v2 to v3 incorperates several source-incompatible changes that
-people need to be aware of.. Many of this changes are done so that most old
-source will continue to function, but perhaps at reduced functionality.
+libapt-pkg v2 to v3 incorporates several source-incompatible changes
+that people need to be aware of.. Many of this changes are done so that
+most old source will continue to function, but perhaps at reduced
+functionality.
-* pkgDepCache is no longer self initilizing, you have to call the Init
+* pkgDepCache is no longer self initializing, you have to call the Init
method separately after constructing it. Users of pkgCacheFile do not
need to worry about this
* GetCandidateVer/etc is gone from the pkgCache. It exists only in the
diff --git a/doc/method.dbk b/doc/method.dbk
index 09ef63e8c..e5e035a2b 100644
--- a/doc/method.dbk
+++ b/doc/method.dbk
@@ -685,7 +685,7 @@ http - For HTTP servers
</orderedlist>
<para>
The two internal methods, copy and gzip, are used by the acquire code to
-parallize and simplify the automatic decompression of package files as well as
+parallelize and simplify the automatic decompression of package files as well as
copying package files around the file system. Both methods can be seen to act
the same except that one decompresses on the fly. APT uses them by generating
a copy URI that is formed identically to a file URI. The destination file is
diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot
index 3792c7d80..9a6b8dd81 100644
--- a/doc/po/apt-doc.pot
+++ b/doc/po/apt-doc.pot
@@ -2021,7 +2021,7 @@ msgstr ""
#: apt-key.8.xml:1
msgid ""
"Pass advanced options to gpg. With <command>adv --recv-key</command> you can "
-"e.g. download key from keyservers directly into the the trusted set of "
+"e.g. download key from keyservers directly into the trusted set of "
"keys. Note that there are <emphasis>no</emphasis> checks performed, so it is "
"easy to completely undermine the &apt-secure; infrastructure if used without "
"care."
@@ -6802,7 +6802,7 @@ msgstr ""
#. type: Content of: <book><bookinfo><abstract><para>
#: guide.dbk:1
msgid ""
-"This document provides an overview of how to use the the APT package "
+"This document provides an overview of how to use the APT package "
"manager."
msgstr ""
diff --git a/doc/po/de.po b/doc/po/de.po
index 74f46b029..b78cfe49f 100644
--- a/doc/po/de.po
+++ b/doc/po/de.po
@@ -2841,7 +2841,7 @@ msgstr "listet vertrauenswürdige Schlüssel mit Fingerabdrücken auf."
#: apt-key.8.xml
msgid ""
"Pass advanced options to gpg. With <command>adv --recv-key</command> you can "
-"e.g. download key from keyservers directly into the the trusted set of keys. "
+"e.g. download key from keyservers directly into the trusted set of keys. "
"Note that there are <emphasis>no</emphasis> checks performed, so it is easy "
"to completely undermine the &apt-secure; infrastructure if used without care."
msgstr ""
@@ -9730,7 +9730,7 @@ msgstr "Version &apt-product-version;"
#. type: Content of: <book><bookinfo><abstract><para>
#: guide.dbk
msgid ""
-"This document provides an overview of how to use the the APT package manager."
+"This document provides an overview of how to use the APT package manager."
msgstr ""
"Dieses Dokument stellt eine Übersicht bereit, wie das APT-"
"Paketverwaltungsprogramm benutzt wird."
diff --git a/doc/po/es.po b/doc/po/es.po
index b98c1df49..8f454c12c 100644
--- a/doc/po/es.po
+++ b/doc/po/es.po
@@ -2898,7 +2898,7 @@ msgstr "Lista las claves de confianza."
#: apt-key.8.xml
msgid ""
"Pass advanced options to gpg. With <command>adv --recv-key</command> you can "
-"e.g. download key from keyservers directly into the the trusted set of keys. "
+"e.g. download key from keyservers directly into the trusted set of keys. "
"Note that there are <emphasis>no</emphasis> checks performed, so it is easy "
"to completely undermine the &apt-secure; infrastructure if used without care."
msgstr ""
@@ -9597,7 +9597,7 @@ msgstr ""
#. type: Content of: <book><bookinfo><abstract><para>
#: guide.dbk
msgid ""
-"This document provides an overview of how to use the the APT package manager."
+"This document provides an overview of how to use the APT package manager."
msgstr ""
"Este documento ofrece una introducción sobre cómo usar el gestor de paquetes "
"APT."
diff --git a/doc/po/fr.po b/doc/po/fr.po
index 4ae28c353..a83576544 100644
--- a/doc/po/fr.po
+++ b/doc/po/fr.po
@@ -2828,7 +2828,7 @@ msgstr "Afficher la liste des clés fiables."
#: apt-key.8.xml
msgid ""
"Pass advanced options to gpg. With <command>adv --recv-key</command> you can "
-"e.g. download key from keyservers directly into the the trusted set of keys. "
+"e.g. download key from keyservers directly into the trusted set of keys. "
"Note that there are <emphasis>no</emphasis> checks performed, so it is easy "
"to completely undermine the &apt-secure; infrastructure if used without care."
msgstr ""
@@ -9559,7 +9559,7 @@ msgstr "Version &apt-product-version;"
#. type: Content of: <book><bookinfo><abstract><para>
#: guide.dbk
msgid ""
-"This document provides an overview of how to use the the APT package manager."
+"This document provides an overview of how to use the APT package manager."
msgstr ""
"Ce document fournit un aperçu des méthode d'utilisation du gestionnaire de "
"paquets APT."
diff --git a/doc/po/it.po b/doc/po/it.po
index 734c048a0..f140ca743 100644
--- a/doc/po/it.po
+++ b/doc/po/it.po
@@ -2866,7 +2866,7 @@ msgstr "Elenca le chiavi fidate."
#: apt-key.8.xml
msgid ""
"Pass advanced options to gpg. With <command>adv --recv-key</command> you can "
-"e.g. download key from keyservers directly into the the trusted set of keys. "
+"e.g. download key from keyservers directly into the trusted set of keys. "
"Note that there are <emphasis>no</emphasis> checks performed, so it is easy "
"to completely undermine the &apt-secure; infrastructure if used without care."
msgstr ""
@@ -9730,7 +9730,7 @@ msgstr "Versione &apt-product-version;"
#. type: Content of: <book><bookinfo><abstract><para>
#: guide.dbk
msgid ""
-"This document provides an overview of how to use the the APT package manager."
+"This document provides an overview of how to use the APT package manager."
msgstr ""
"Questo documento fornisce una panoramica su come usare il gestore di "
"pacchetti APT."
@@ -13322,7 +13322,7 @@ msgstr "che userà gli archivi già scaricati e presenti sul disco."
#~ "The binary override file is fully compatible with &dpkg-scanpackages;. It "
#~ "contains 4 fields separated by spaces. The first field is the package "
#~ "name, the second is the priority to force that package to, the third is "
-#~ "the the section to force that package to and the final field is the "
+#~ "the section to force that package to and the final field is the "
#~ "maintainer permutation field."
#~ msgstr ""
#~ "Il file override binario è completamente compatibile con &dpkg-"
diff --git a/doc/po/ja.po b/doc/po/ja.po
index 0efb139d3..6fc9ae577 100644
--- a/doc/po/ja.po
+++ b/doc/po/ja.po
@@ -2770,7 +2770,7 @@ msgstr "信頼キーとそのフィンガープリントを一覧表示します
#: apt-key.8.xml
msgid ""
"Pass advanced options to gpg. With <command>adv --recv-key</command> you can "
-"e.g. download key from keyservers directly into the the trusted set of keys. "
+"e.g. download key from keyservers directly into the trusted set of keys. "
"Note that there are <emphasis>no</emphasis> checks performed, so it is easy "
"to completely undermine the &apt-secure; infrastructure if used without care."
msgstr ""
@@ -9291,7 +9291,7 @@ msgstr "バージョン &apt-product-version;"
#. type: Content of: <book><bookinfo><abstract><para>
#: guide.dbk
msgid ""
-"This document provides an overview of how to use the the APT package manager."
+"This document provides an overview of how to use the APT package manager."
msgstr "本文書は APT パッケージマネージャの使い方の概要を提供します。"
#. type: Content of: <book><bookinfo>
diff --git a/doc/po/nl.po b/doc/po/nl.po
index 83057433e..e8a4cbad1 100644
--- a/doc/po/nl.po
+++ b/doc/po/nl.po
@@ -2921,7 +2921,7 @@ msgstr "Som betrouwbare sleutels op met hun vingerafdruk."
#: apt-key.8.xml
msgid ""
"Pass advanced options to gpg. With <command>adv --recv-key</command> you can "
-"e.g. download key from keyservers directly into the the trusted set of keys. "
+"e.g. download key from keyservers directly into the trusted set of keys. "
"Note that there are <emphasis>no</emphasis> checks performed, so it is easy "
"to completely undermine the &apt-secure; infrastructure if used without care."
msgstr ""
@@ -9887,7 +9887,7 @@ msgstr "Versie &apt-product-version;"
#. type: Content of: <book><bookinfo><abstract><para>
#: guide.dbk
msgid ""
-"This document provides an overview of how to use the the APT package manager."
+"This document provides an overview of how to use the APT package manager."
msgstr ""
"Dit document geeft een overzicht van het gebruik van de pakketmanager APT."
diff --git a/doc/po/pl.po b/doc/po/pl.po
index 6ea492f93..8a398f85f 100644
--- a/doc/po/pl.po
+++ b/doc/po/pl.po
@@ -2946,7 +2946,7 @@ msgstr "Wyświetla listę zaufanych kluczy."
#: apt-key.8.xml
msgid ""
"Pass advanced options to gpg. With <command>adv --recv-key</command> you can "
-"e.g. download key from keyservers directly into the the trusted set of keys. "
+"e.g. download key from keyservers directly into the trusted set of keys. "
"Note that there are <emphasis>no</emphasis> checks performed, so it is easy "
"to completely undermine the &apt-secure; infrastructure if used without care."
msgstr ""
@@ -8752,7 +8752,7 @@ msgstr ""
#. type: Content of: <book><bookinfo><abstract><para>
#: guide.dbk
msgid ""
-"This document provides an overview of how to use the the APT package manager."
+"This document provides an overview of how to use the APT package manager."
msgstr "Dokument zawiera opis używania menadżera pakietów APT."
#. type: Content of: <book><bookinfo>
diff --git a/doc/po/pt.po b/doc/po/pt.po
index 8da7a9102..5e247bbc0 100644
--- a/doc/po/pt.po
+++ b/doc/po/pt.po
@@ -2840,7 +2840,7 @@ msgstr "Lista as chaves de confiança."
#: apt-key.8.xml
msgid ""
"Pass advanced options to gpg. With <command>adv --recv-key</command> you can "
-"e.g. download key from keyservers directly into the the trusted set of keys. "
+"e.g. download key from keyservers directly into the trusted set of keys. "
"Note that there are <emphasis>no</emphasis> checks performed, so it is easy "
"to completely undermine the &apt-secure; infrastructure if used without care."
msgstr ""
@@ -9522,7 +9522,7 @@ msgstr "Versão &apt-product-version;"
#. type: Content of: <book><bookinfo><abstract><para>
#: guide.dbk
msgid ""
-"This document provides an overview of how to use the the APT package manager."
+"This document provides an overview of how to use the APT package manager."
msgstr ""
"Este documento disponibiliza uma visão geral de como usar o gestor de "
"pacotes APT."
diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po
index a0e3b9e5c..29ad3cddf 100644
--- a/doc/po/pt_BR.po
+++ b/doc/po/pt_BR.po
@@ -1988,7 +1988,7 @@ msgstr ""
#: apt-key.8.xml
msgid ""
"Pass advanced options to gpg. With <command>adv --recv-key</command> you can "
-"e.g. download key from keyservers directly into the the trusted set of keys. "
+"e.g. download key from keyservers directly into the trusted set of keys. "
"Note that there are <emphasis>no</emphasis> checks performed, so it is easy "
"to completely undermine the &apt-secure; infrastructure if used without care."
msgstr ""
@@ -7113,7 +7113,7 @@ msgstr ""
#. type: Content of: <book><bookinfo><abstract><para>
#: guide.dbk
msgid ""
-"This document provides an overview of how to use the the APT package manager."
+"This document provides an overview of how to use the APT package manager."
msgstr ""
#. type: Content of: <book><bookinfo>
diff --git a/doc/style.txt b/doc/style.txt
index 7658b0314..cd5f8b677 100644
--- a/doc/style.txt
+++ b/doc/style.txt
@@ -50,7 +50,7 @@ standard library, but not for my code.
Arguments and Ownership
~~~~~~~~~~~~~~~~~~~~~~~
[much of the code follows this now]
-These guidlines should be followed except in two cases.. the first
+These guidelines should be followed except in two cases.. the first
is where it makes no sense, such as in a casting operator and the second is to
retain API compatibility (this should be rare, since a change in the input
almost always designates a change in ownership rules).