diff options
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/apt.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |