diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:36 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:36 +0000 |
commit | b780bc1b1e5feaddb6ceee8c596d95e013d16dc5 (patch) | |
tree | b67a87dd2aca752e3399115a58c6090fa2f0ecca /doc | |
parent | 079cc404f4f0f6aa0d916fa69b0eefab1571eb00 (diff) |
Speeling
Author: jgg
Date: 1999-01-31 06:24:46 GMT
Speeling
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt.conf.5.yo | 2 | ||||
-rw-r--r-- | doc/examples/apt.conf | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/apt.conf.5.yo b/doc/apt.conf.5.yo index 1ee7a1d93..c2807199b 100644 --- a/doc/apt.conf.5.yo +++ b/doc/apt.conf.5.yo @@ -47,7 +47,7 @@ dit(bf(Ignore-Hold)) Ignore Held packages; This global options causes the problem resolver to ignore held packages in its decision making. -dit(bf(Immedate-Configure)) +dit(bf(Immediate-Configure)) Disable Immedate Configuration; This dangerous option disables some of APT's ordering code to cause it to make fewer dpkg calls. Doing so may be necessary on some extremely slow single user systems but diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index f83594bb5..f4c147b3e 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.21 1999/01/31 04:25:35 jgg Exp $ +// $Id: apt.conf,v 1.22 1999/01/31 06:24:46 jgg Exp $ /* This file is an index of all APT configuration directives. It should NOT actually be used as a real config file, though it is a completely valid file. @@ -45,7 +45,7 @@ APT { // Some general options Ingore-Hold "false"; - Immedate-Configure "true"; // DO NOT turn this off, see the man page + Immediate-Configure "true"; // DO NOT turn this off, see the man page }; // Options for the downloading routines |