diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2025-12-03 01:07:07 +0200 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2025-12-03 01:07:07 +0200 |
| commit | 94648d60ac291e12453d76e350db1a59ed10862e (patch) | |
| tree | 4978a557f7673393aa06eb166d06edbc4e47f08a | |
| parent | 6b128124271e94bdb0f4e7850d9286170d712b04 (diff) | |
Grammar fixes
| -rw-r--r-- | doc/acquire-additional-files.md | 2 | ||||
| -rw-r--r-- | doc/apt.conf.5.xml | 6 | ||||
| -rw-r--r-- | doc/examples/configure-index | 2 | ||||
| -rw-r--r-- | doc/external-dependency-solver-protocol.md | 2 | ||||
| -rw-r--r-- | doc/external-installation-planner-protocol.md | 2 | ||||
| -rw-r--r-- | doc/po/apt-doc.pot | 6 | ||||
| -rw-r--r-- | doc/po/de.po | 6 | ||||
| -rw-r--r-- | doc/po/es.po | 6 | ||||
| -rw-r--r-- | doc/po/fr.po | 6 | ||||
| -rw-r--r-- | doc/po/it.po | 10 | ||||
| -rw-r--r-- | doc/po/ja.po | 10 | ||||
| -rw-r--r-- | doc/po/nl.po | 6 | ||||
| -rw-r--r-- | doc/po/pl.po | 6 | ||||
| -rw-r--r-- | doc/po/pt.po | 6 | ||||
| -rw-r--r-- | doc/po/pt_BR.po | 6 | ||||
| -rw-r--r-- | doc/progress-reporting.md | 4 | ||||
| -rw-r--r-- | doc/style.txt | 2 |
17 files changed, 44 insertions, 44 deletions
diff --git a/doc/acquire-additional-files.md b/doc/acquire-additional-files.md index 5253e37de..682032a96 100644 --- a/doc/acquire-additional-files.md +++ b/doc/acquire-additional-files.md @@ -130,7 +130,7 @@ aren't accidentally used by front-ends: Defaults to the value of `Acquire::PDiffs` which is *true* by default. Can be overridden per-source by the sources.list option of the same name. See the documentation for both of these for details. -* `By-Hash`: controls if apt will try to use an URI constructed from +* `By-Hash`: controls if apt will try to use a URI constructed from a hashsum of the file to download. See the documentation for config option `Acquire::By-Hash` and sources.list option `By-Hash` for details. * `CompressionTypes`: The default value is a space separated list of diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index 22b2752a1..d2467631f 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -502,7 +502,7 @@ APT::Compressor::rev { </varlistentry> <varlistentry><term><option>By-Hash</option></term> - <listitem><para>Try to download indexes via an URI constructed from a + <listitem><para>Try to download indexes via a URI constructed from a hashsum of the expected file rather than downloaded via a well-known stable filename. True by default, but automatically disabled if the source indicates no support for it. Usage can be forced with the special @@ -681,7 +681,7 @@ APT::Compressor::rev { <varlistentry><term><option>Changelogs::URI</option> scope</term> <listitem><para> - Acquiring changelogs can only be done if an URI is known from where to get them. + Acquiring changelogs can only be done if a URI is known from where to get them. Preferable the Release file indicates this in a 'Changelogs' field. If this isn't available the Label/Origin field of the Release file is used to check if a <literal>Acquire::Changelogs::URI::Label::<replaceable>LABEL</replaceable></literal> or @@ -708,7 +708,7 @@ APT::Compressor::rev { <varlistentry><term><option>Snapshots::URI</option> scope</term> <listitem><para> - Like changelogs, snapshots can only be acquired if an URI is known from where to get them. + Like changelogs, snapshots can only be acquired if a URI is known from where to get them. Preferable the Release file indicates this in a 'Snapshots' field. If this isn't available the Label/Origin field of the Release file is used to check if a <literal>Acquire::Snapshots::URI::Label::<replaceable>LABEL</replaceable></literal> or diff --git a/doc/examples/configure-index b/doc/examples/configure-index index f08026136..ddd783eda 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -231,7 +231,7 @@ APT Status-Fd "<INT>"; Status-deb822-Fd "<INT>"; // Keep the list of FDs open (normally apt closes all fds when it - // does a ExecFork) + // does an ExecFork) Keep-Fds {}; // control parameters for cron jobs by /etc/cron.daily/apt documented there diff --git a/doc/external-dependency-solver-protocol.md b/doc/external-dependency-solver-protocol.md index 68902812c..e6f2c5a28 100644 --- a/doc/external-dependency-solver-protocol.md +++ b/doc/external-dependency-solver-protocol.md @@ -25,7 +25,7 @@ At each interaction with APT, a single solver is in use. When there is a total of 2 or more solvers, internals or externals, the user can choose which one to use. -Each solver is identified by an unique string, the **solver +Each solver is identified by a unique string, the **solver name**. Solver names must be formed using only alphanumeric ASCII characters, dashes, and underscores; solver names must start with a lowercase ASCII letter. The special name `internal` denotes APT's diff --git a/doc/external-installation-planner-protocol.md b/doc/external-installation-planner-protocol.md index 4bad9da0a..e3a106125 100644 --- a/doc/external-installation-planner-protocol.md +++ b/doc/external-installation-planner-protocol.md @@ -26,7 +26,7 @@ At each interaction with APT, a single planner is in use. When there is a total of 2 or more planners, internals or externals, the user can choose which one to use. -Each planner is identified by an unique string, the **planner name**. +Each planner is identified by a unique string, the **planner name**. Planner names must be formed using only alphanumeric ASCII characters, dashes, and underscores; planner names must start with a lowercase ASCII letter. The special name `internal` denotes APT's internal planner, is diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 7899a184b..bb8a1957d 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -3503,7 +3503,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Try to download indexes via an URI constructed from a hashsum of the " +"Try to download indexes via a URI constructed from a hashsum of the " "expected file rather than downloaded via a well-known stable filename. True " "by default, but automatically disabled if the source indicates no support " "for it. Usage can be forced with the special value \"force\". Preferably, " @@ -3771,7 +3771,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Acquiring changelogs can only be done if an URI is known from where to get " +"Acquiring changelogs can only be done if a URI is known from where to get " "them. Preferable the Release file indicates this in a 'Changelogs' " "field. If this isn't available the Label/Origin field of the Release file is " "used to check if a " @@ -3802,7 +3802,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Like changelogs, snapshots can only be acquired if an URI is known from " +"Like changelogs, snapshots can only be acquired if a URI is known from " "where to get them. Preferable the Release file indicates this in a " "'Snapshots' field. If this isn't available the Label/Origin field of the " "Release file is used to check if a " diff --git a/doc/po/de.po b/doc/po/de.po index 000a4fdd9..7cf9e532d 100644 --- a/doc/po/de.po +++ b/doc/po/de.po @@ -5004,7 +5004,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Try to download indexes via an URI constructed from a hashsum of the " +"Try to download indexes via a URI constructed from a hashsum of the " "expected file rather than downloaded via a well-known stable filename. True " "by default, but automatically disabled if the source indicates no support " "for it. Usage can be forced with the special value \"force\". Preferably, " @@ -5396,7 +5396,7 @@ msgstr "Gültigkeitsbereich" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Acquiring changelogs can only be done if an URI is known from where to get " +"Acquiring changelogs can only be done if a URI is known from where to get " "them. Preferable the Release file indicates this in a 'Changelogs' field. " "If this isn't available the Label/Origin field of the Release file is used " "to check if a <literal>Acquire::Changelogs::URI::Label::<replaceable>LABEL</" @@ -5451,7 +5451,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Like changelogs, snapshots can only be acquired if an URI is known from " +"Like changelogs, snapshots can only be acquired if a URI is known from " "where to get them. Preferable the Release file indicates this in a " "'Snapshots' field. If this isn't available the Label/Origin field of the " "Release file is used to check if a <literal>Acquire::Snapshots::URI::Label::" diff --git a/doc/po/es.po b/doc/po/es.po index 36367a07e..1f984c61a 100644 --- a/doc/po/es.po +++ b/doc/po/es.po @@ -4967,7 +4967,7 @@ msgstr "" #| "<filename>Packages</filename> files) instead of downloading whole ones. " #| "True by default." msgid "" -"Try to download indexes via an URI constructed from a hashsum of the " +"Try to download indexes via a URI constructed from a hashsum of the " "expected file rather than downloaded via a well-known stable filename. True " "by default, but automatically disabled if the source indicates no support " "for it. Usage can be forced with the special value \"force\". Preferably, " @@ -5361,7 +5361,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Acquiring changelogs can only be done if an URI is known from where to get " +"Acquiring changelogs can only be done if a URI is known from where to get " "them. Preferable the Release file indicates this in a 'Changelogs' field. " "If this isn't available the Label/Origin field of the Release file is used " "to check if a <literal>Acquire::Changelogs::URI::Label::<replaceable>LABEL</" @@ -5390,7 +5390,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Like changelogs, snapshots can only be acquired if an URI is known from " +"Like changelogs, snapshots can only be acquired if a URI is known from " "where to get them. Preferable the Release file indicates this in a " "'Snapshots' field. If this isn't available the Label/Origin field of the " "Release file is used to check if a <literal>Acquire::Snapshots::URI::Label::" diff --git a/doc/po/fr.po b/doc/po/fr.po index 3e3b2554f..16e3d1332 100644 --- a/doc/po/fr.po +++ b/doc/po/fr.po @@ -5011,7 +5011,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Try to download indexes via an URI constructed from a hashsum of the " +"Try to download indexes via a URI constructed from a hashsum of the " "expected file rather than downloaded via a well-known stable filename. True " "by default, but automatically disabled if the source indicates no support " "for it. Usage can be forced with the special value \"force\". Preferably, " @@ -5410,7 +5410,7 @@ msgstr "champ d'action" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Acquiring changelogs can only be done if an URI is known from where to get " +"Acquiring changelogs can only be done if a URI is known from where to get " "them. Preferable the Release file indicates this in a 'Changelogs' field. " "If this isn't available the Label/Origin field of the Release file is used " "to check if a <literal>Acquire::Changelogs::URI::Label::<replaceable>LABEL</" @@ -5465,7 +5465,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Like changelogs, snapshots can only be acquired if an URI is known from " +"Like changelogs, snapshots can only be acquired if a URI is known from " "where to get them. Preferable the Release file indicates this in a " "'Snapshots' field. If this isn't available the Label/Origin field of the " "Release file is used to check if a <literal>Acquire::Snapshots::URI::Label::" diff --git a/doc/po/it.po b/doc/po/it.po index 9503e616e..950af95ec 100644 --- a/doc/po/it.po +++ b/doc/po/it.po @@ -4975,7 +4975,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Try to download indexes via an URI constructed from a hashsum of the " +"Try to download indexes via a URI constructed from a hashsum of the " "expected file rather than downloaded via a well-known stable filename. True " "by default, but automatically disabled if the source indicates no support " "for it. Usage can be forced with the special value \"force\". Preferably, " @@ -5360,7 +5360,7 @@ msgstr "ambito" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Acquiring changelogs can only be done if an URI is known from where to get " +"Acquiring changelogs can only be done if a URI is known from where to get " "them. Preferable the Release file indicates this in a 'Changelogs' field. " "If this isn't available the Label/Origin field of the Release file is used " "to check if a <literal>Acquire::Changelogs::URI::Label::<replaceable>LABEL</" @@ -5415,7 +5415,7 @@ msgstr "" #: apt.conf.5.xml #, fuzzy #| msgid "" -#| "Acquiring changelogs can only be done if an URI is known from where to " +#| "Acquiring changelogs can only be done if a URI is known from where to " #| "get them. Preferable the Release file indicates this in a 'Changelogs' " #| "field. If this isn't available the Label/Origin field of the Release file " #| "is used to check if a <literal>Acquire::Changelogs::URI::Label::" @@ -5441,7 +5441,7 @@ msgstr "" #| "be used to acquire changelog files from. Another source will be tried if " #| "available in this case." msgid "" -"Like changelogs, snapshots can only be acquired if an URI is known from " +"Like changelogs, snapshots can only be acquired if a URI is known from " "where to get them. Preferable the Release file indicates this in a " "'Snapshots' field. If this isn't available the Label/Origin field of the " "Release file is used to check if a <literal>Acquire::Snapshots::URI::Label::" @@ -10659,7 +10659,7 @@ msgstr "Configurazione utente" #| msgid "" #| "<literal>Acquire::http::Proxy-Auto-Detect</literal> can be used to " #| "specify an external command to discover the http proxy to use. The first " -#| "and only parameter is an URI denoting the host to be contacted to allow " +#| "and only parameter is a URI denoting the host to be contacted to allow " #| "for host-specific configuration. APT expects the command to output the " #| "proxy on stdout as a single line in the style <literal>http://proxy:port/" #| "</literal> or the word <literal>DIRECT</literal> if no proxy should be " diff --git a/doc/po/ja.po b/doc/po/ja.po index bc1b64ec2..8613c6595 100644 --- a/doc/po/ja.po +++ b/doc/po/ja.po @@ -4793,7 +4793,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Try to download indexes via an URI constructed from a hashsum of the " +"Try to download indexes via a URI constructed from a hashsum of the " "expected file rather than downloaded via a well-known stable filename. True " "by default, but automatically disabled if the source indicates no support " "for it. Usage can be forced with the special value \"force\". Preferably, " @@ -5157,7 +5157,7 @@ msgstr "スコープ" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Acquiring changelogs can only be done if an URI is known from where to get " +"Acquiring changelogs can only be done if a URI is known from where to get " "them. Preferable the Release file indicates this in a 'Changelogs' field. " "If this isn't available the Label/Origin field of the Release file is used " "to check if a <literal>Acquire::Changelogs::URI::Label::<replaceable>LABEL</" @@ -5210,7 +5210,7 @@ msgstr "" #: apt.conf.5.xml #, fuzzy #| msgid "" -#| "Acquiring changelogs can only be done if an URI is known from where to " +#| "Acquiring changelogs can only be done if a URI is known from where to " #| "get them. Preferable the Release file indicates this in a 'Changelogs' " #| "field. If this isn't available the Label/Origin field of the Release file " #| "is used to check if a <literal>Acquire::Changelogs::URI::Label::" @@ -5236,7 +5236,7 @@ msgstr "" #| "be used to acquire changelog files from. Another source will be tried if " #| "available in this case." msgid "" -"Like changelogs, snapshots can only be acquired if an URI is known from " +"Like changelogs, snapshots can only be acquired if a URI is known from " "where to get them. Preferable the Release file indicates this in a " "'Snapshots' field. If this isn't available the Label/Origin field of the " "Release file is used to check if a <literal>Acquire::Snapshots::URI::Label::" @@ -10279,7 +10279,7 @@ msgstr "ユーザ設定" #| msgid "" #| "<literal>Acquire::http::Proxy-Auto-Detect</literal> can be used to " #| "specify an external command to discover the http proxy to use. The first " -#| "and only parameter is an URI denoting the host to be contacted to allow " +#| "and only parameter is a URI denoting the host to be contacted to allow " #| "for host-specific configuration. APT expects the command to output the " #| "proxy on stdout as a single line in the style <literal>http://proxy:port/" #| "</literal> or the word <literal>DIRECT</literal> if no proxy should be " diff --git a/doc/po/nl.po b/doc/po/nl.po index f3142ff69..d032c7591 100644 --- a/doc/po/nl.po +++ b/doc/po/nl.po @@ -5094,7 +5094,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Try to download indexes via an URI constructed from a hashsum of the " +"Try to download indexes via a URI constructed from a hashsum of the " "expected file rather than downloaded via a well-known stable filename. True " "by default, but automatically disabled if the source indicates no support " "for it. Usage can be forced with the special value \"force\". Preferably, " @@ -5494,7 +5494,7 @@ msgstr "bereik" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Acquiring changelogs can only be done if an URI is known from where to get " +"Acquiring changelogs can only be done if a URI is known from where to get " "them. Preferable the Release file indicates this in a 'Changelogs' field. " "If this isn't available the Label/Origin field of the Release file is used " "to check if a <literal>Acquire::Changelogs::URI::Label::<replaceable>LABEL</" @@ -5551,7 +5551,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Like changelogs, snapshots can only be acquired if an URI is known from " +"Like changelogs, snapshots can only be acquired if a URI is known from " "where to get them. Preferable the Release file indicates this in a " "'Snapshots' field. If this isn't available the Label/Origin field of the " "Release file is used to check if a <literal>Acquire::Snapshots::URI::Label::" diff --git a/doc/po/pl.po b/doc/po/pl.po index 3fb3f2f9c..f74e8d9e6 100644 --- a/doc/po/pl.po +++ b/doc/po/pl.po @@ -4781,7 +4781,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Try to download indexes via an URI constructed from a hashsum of the " +"Try to download indexes via a URI constructed from a hashsum of the " "expected file rather than downloaded via a well-known stable filename. True " "by default, but automatically disabled if the source indicates no support " "for it. Usage can be forced with the special value \"force\". Preferably, " @@ -5045,7 +5045,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Acquiring changelogs can only be done if an URI is known from where to get " +"Acquiring changelogs can only be done if a URI is known from where to get " "them. Preferable the Release file indicates this in a 'Changelogs' field. " "If this isn't available the Label/Origin field of the Release file is used " "to check if a <literal>Acquire::Changelogs::URI::Label::<replaceable>LABEL</" @@ -5074,7 +5074,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Like changelogs, snapshots can only be acquired if an URI is known from " +"Like changelogs, snapshots can only be acquired if a URI is known from " "where to get them. Preferable the Release file indicates this in a " "'Snapshots' field. If this isn't available the Label/Origin field of the " "Release file is used to check if a <literal>Acquire::Snapshots::URI::Label::" diff --git a/doc/po/pt.po b/doc/po/pt.po index a86fffa26..970953787 100644 --- a/doc/po/pt.po +++ b/doc/po/pt.po @@ -4971,7 +4971,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Try to download indexes via an URI constructed from a hashsum of the " +"Try to download indexes via a URI constructed from a hashsum of the " "expected file rather than downloaded via a well-known stable filename. True " "by default, but automatically disabled if the source indicates no support " "for it. Usage can be forced with the special value \"force\". Preferably, " @@ -5357,7 +5357,7 @@ msgstr "scope" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Acquiring changelogs can only be done if an URI is known from where to get " +"Acquiring changelogs can only be done if a URI is known from where to get " "them. Preferable the Release file indicates this in a 'Changelogs' field. " "If this isn't available the Label/Origin field of the Release file is used " "to check if a <literal>Acquire::Changelogs::URI::Label::<replaceable>LABEL</" @@ -5411,7 +5411,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Like changelogs, snapshots can only be acquired if an URI is known from " +"Like changelogs, snapshots can only be acquired if a URI is known from " "where to get them. Preferable the Release file indicates this in a " "'Snapshots' field. If this isn't available the Label/Origin field of the " "Release file is used to check if a <literal>Acquire::Snapshots::URI::Label::" diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index 04496b1f4..3090492d2 100644 --- a/doc/po/pt_BR.po +++ b/doc/po/pt_BR.po @@ -3453,7 +3453,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Try to download indexes via an URI constructed from a hashsum of the " +"Try to download indexes via a URI constructed from a hashsum of the " "expected file rather than downloaded via a well-known stable filename. True " "by default, but automatically disabled if the source indicates no support " "for it. Usage can be forced with the special value \"force\". Preferably, " @@ -3716,7 +3716,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Acquiring changelogs can only be done if an URI is known from where to get " +"Acquiring changelogs can only be done if a URI is known from where to get " "them. Preferable the Release file indicates this in a 'Changelogs' field. " "If this isn't available the Label/Origin field of the Release file is used " "to check if a <literal>Acquire::Changelogs::URI::Label::<replaceable>LABEL</" @@ -3745,7 +3745,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Like changelogs, snapshots can only be acquired if an URI is known from " +"Like changelogs, snapshots can only be acquired if a URI is known from " "where to get them. Preferable the Release file indicates this in a " "'Snapshots' field. If this isn't available the Label/Origin field of the " "Release file is used to check if a <literal>Acquire::Snapshots::URI::Label::" diff --git a/doc/progress-reporting.md b/doc/progress-reporting.md index f2d3531df..afedaa88d 100644 --- a/doc/progress-reporting.md +++ b/doc/progress-reporting.md @@ -27,7 +27,7 @@ are installed/removed. * PkgName = the name of the package * TotalPercentage = the total progress between [0..100] -* description = a i18ned human readable description of the current action +* description = an i18ned human readable description of the current action Example: @@ -67,7 +67,7 @@ dlstatus * AlreadyDownloaded = the number of already downloaded packages * TotalPercentage = the total progress between [0..100] -* description = a i18ned human readable description of the current action +* description = an i18ned human readable description of the current action Example: diff --git a/doc/style.txt b/doc/style.txt index cd5f8b677..03d7abe99 100644 --- a/doc/style.txt +++ b/doc/style.txt @@ -57,7 +57,7 @@ almost always designates a change in ownership rules). * Pass by value or pass by reference should borrow the object from the caller - * Pass by non-const reference may be used to indicate a OUT type variable + * Pass by non-const reference may be used to indicate an OUT type variable * Pass by pointer (except in the case where the pointer is really an array) should be used when the object will be retained or ownership will be transferred. Ownership transference should be rare and noted by a comment. |
