diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-05-05 11:21:13 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-05-05 11:21:13 +0200 |
commit | a2ec4d22dd77a363cd5b1f8b55ed34ba88331396 (patch) | |
tree | 1f4995e44a20923ecc69c3ed30ec788d38b81b49 /doc/examples/configure-index | |
parent | 5c92e3800d6ce8e9cde1e2816bd76c975d9342a7 (diff) | |
parent | 549da1a850f0fd50e0a55415452ecaa735d49451 (diff) |
merged from debian
Diffstat (limited to 'doc/examples/configure-index')
-rw-r--r-- | doc/examples/configure-index | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index cbede198b..a6ad56067 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -2,7 +2,7 @@ /* This file is an index of all APT configuration directives. It should NOT actually be used as a real config file, though it is (except for the last line) a completely valid file. Most of the options have sane default - values, unless you have specific needs you should NOT include arbitary + values, unless you have specific needs you should NOT include arbitrary items in a custom configuration. In some instances involving filenames it is possible to set the default @@ -173,7 +173,7 @@ Acquire Timeout "120"; /* Passive mode control, proxy, non-proxy and per-host. Pasv mode - is prefered if possible */ + is preferred if possible */ Passive "true"; Proxy::Passive "true"; Passive::http.us.debian.org "true"; // Specific per-host setting @@ -193,7 +193,7 @@ Acquire gpgv { - Options {"--ignore-time-conflict";} // not very usefull on a normal system + Options {"--ignore-time-conflict";} // not very useful on a normal system }; mirror |