summaryrefslogtreecommitdiff
path: root/doc/examples/apt.conf
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:29 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:29 +0000
commit2e90f6e004d937ad07fbd0cae59f321aea43a80f (patch)
tree6617073852b39dc57379529865dd065b92743527 /doc/examples/apt.conf
parent536976170fe01c9637af246302ab7b589993788e (diff)
fixed ftp but, config file bug and md5 source fetch error
Author: jgg Date: 1999-04-11 21:23:09 GMT fixed ftp but, config file bug and md5 source fetch error
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r--doc/examples/apt.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf
index 9c617c998..93426736a 100644
--- a/doc/examples/apt.conf
+++ b/doc/examples/apt.conf
@@ -1,4 +1,4 @@
-// $Id: apt.conf,v 1.30 1999/04/11 06:46:09 jgg Exp $
+// $Id: apt.conf,v 1.31 1999/04/11 21:23:10 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.
@@ -48,7 +48,7 @@ APT
};
// Some general options
- Ingore-Hold "false";
+ Ignore-Hold "false";
Immediate-Configure "true"; // DO NOT turn this off, see the man page
};