diff options
author | Chris Leick <c.leick@vollbio.de> | 2012-05-19 17:08:48 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-19 17:08:48 +0200 |
commit | 4d704f20868dea9efca0f8f609ffcca8da2fa7b9 (patch) | |
tree | e00699f48196bd4804a62d5cdfedbe2508585703 /doc/sources.list.5.xml | |
parent | 1c8754c2fc67e6bafd92af8cb964661e858c6f41 (diff) |
fix authenificated→authenticated typo in sources.list manpage
Diffstat (limited to 'doc/sources.list.5.xml')
-rw-r--r-- | doc/sources.list.5.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index dd94f58f1..08928109a 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -119,10 +119,10 @@ be downloaded. If this option is not set all architectures defined by the <literal>APT::Architectures</literal> option will be downloaded.</para></listitem> <listitem><para><literal>trusted=yes</literal> can be set to indicate that packages - from this source are always authenificated even if the <filename>Release</filename> file + from this source are always authenticated even if the <filename>Release</filename> file is not signed or the signature can't be checked. This disables parts of &apt-secure; and should therefore only be used in a local and trusted context. <literal>trusted=no</literal> - is the opposite which handles even correctly authenificated sources as not authenificated.</para></listitem> + is the opposite which handles even correctly authenticated sources as not authenticated.</para></listitem> </itemizedlist></para> <para>It is important to list sources in order of preference, with the most |