diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-05-24 10:37:57 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-05-24 10:46:47 +0200 |
commit | 40ebab6ac9dcbbebd3c3e6d70eee0d6e3ab36520 (patch) | |
tree | 06b3650a8af36d421fabf422a99952202221f43b /doc/apt-cache.8.xml | |
parent | 2853201580944cb4e5a2a8a810e800e89e9a0475 (diff) |
fix two typos in apt.conf & apt-cache manpage
Reported-By: lintian: spelling-error-in-manpage
Git-Dch: Ignore
Diffstat (limited to 'doc/apt-cache.8.xml')
-rw-r--r-- | doc/apt-cache.8.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml index 71bbca60d..4e2de26bc 100644 --- a/doc/apt-cache.8.xml +++ b/doc/apt-cache.8.xml @@ -299,8 +299,8 @@ Reverse Provides: <varlistentry><term><option>--implicit</option></term> <listitem><para>Per default <command>depends</command> and <command>rdepends</command> print only dependencies explicitly expressed in the metadata. With this flag - it will also show dependencies implicitely added based on the encountered data. - A <literal>Conflicts: foo</literal> e.g. expresses implicitely that this package + it will also show dependencies implicitly added based on the encountered data. + A <literal>Conflicts: foo</literal> e.g. expresses implicitly that this package also conflicts with the package foo from any other architecture. Configuration Item: <literal>APT::Cache::ShowImplicit</literal>. </para></listitem> |